リビジョン 489
玄武版プロテクトフォーム
trunk/src/ProcessManagement/ProcessManagement/Forms/ProtectForm.cs | ||
---|---|---|
52 | 52 |
string s = passwordProtect1.GetLockword(); |
53 | 53 |
// ?K???uLockWord?v??`?F?b?N???s????????????B |
54 | 54 |
// ???A?A?v???P?[?V???????_???v??????b?N???[?h???????????^???????????L?????`?F?b?N???????????? |
55 |
string ChkLockword = "bIt74807239"; // "AbcdefgH"; // ??????????????????????B
|
|
55 |
string ChkLockword = "Genbu74807239"; // ??????; // ??????????????????????B
|
|
56 | 56 |
if (s != ChkLockword) |
57 | 57 |
{ |
58 | 58 |
MessageBox.Show("???b?N???[?h???s??????B"); |
trunk/src/ProcessManagement/ProcessManagement/Forms/ProtectForm.designer.cs | ||
---|---|---|
48 | 48 |
// |
49 | 49 |
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
50 | 50 |
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
51 |
this.label1.Location = new System.Drawing.Point(31, 36); |
|
52 |
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
51 |
this.label1.Location = new System.Drawing.Point(23, 29); |
|
53 | 52 |
this.label1.Name = "label1"; |
54 |
this.label1.Size = new System.Drawing.Size(161, 38);
|
|
53 |
this.label1.Size = new System.Drawing.Size(121, 30);
|
|
55 | 54 |
this.label1.TabIndex = 1; |
56 | 55 |
this.label1.Text = "ご利用状態"; |
57 | 56 |
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
59 | 58 |
// label2 |
60 | 59 |
// |
61 | 60 |
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
62 |
this.label2.Location = new System.Drawing.Point(193, 36); |
|
63 |
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
61 |
this.label2.Location = new System.Drawing.Point(145, 29); |
|
64 | 62 |
this.label2.Name = "label2"; |
65 |
this.label2.Size = new System.Drawing.Size(462, 38);
|
|
63 |
this.label2.Size = new System.Drawing.Size(346, 30);
|
|
66 | 64 |
this.label2.TabIndex = 9; |
67 | 65 |
this.label2.Text = "label2"; |
68 | 66 |
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
... | ... | |
71 | 69 |
// |
72 | 70 |
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
73 | 71 |
this.label3.Font = new System.Drawing.Font("MS UI Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
74 |
this.label3.Location = new System.Drawing.Point(31, 101); |
|
75 |
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
72 |
this.label3.Location = new System.Drawing.Point(23, 81); |
|
76 | 73 |
this.label3.Name = "label3"; |
77 |
this.label3.Size = new System.Drawing.Size(161, 46);
|
|
74 |
this.label3.Size = new System.Drawing.Size(121, 37);
|
|
78 | 75 |
this.label3.TabIndex = 0; |
79 | 76 |
this.label3.Text = "PC情報"; |
80 | 77 |
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
82 | 79 |
// label4 |
83 | 80 |
// |
84 | 81 |
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
85 |
this.label4.Location = new System.Drawing.Point(193, 101); |
|
86 |
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
82 |
this.label4.Location = new System.Drawing.Point(145, 81); |
|
87 | 83 |
this.label4.Name = "label4"; |
88 |
this.label4.Size = new System.Drawing.Size(462, 24);
|
|
84 |
this.label4.Size = new System.Drawing.Size(346, 19);
|
|
89 | 85 |
this.label4.TabIndex = 0; |
90 | 86 |
this.label4.Text = "下記のPC情報をメールでお知らせください"; |
91 | 87 |
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
... | ... | |
93 | 89 |
// label5 |
94 | 90 |
// |
95 | 91 |
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
96 |
this.label5.Location = new System.Drawing.Point(193, 173); |
|
97 |
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
92 |
this.label5.Location = new System.Drawing.Point(145, 138); |
|
98 | 93 |
this.label5.Name = "label5"; |
99 |
this.label5.Size = new System.Drawing.Size(330, 24);
|
|
94 |
this.label5.Size = new System.Drawing.Size(248, 19);
|
|
100 | 95 |
this.label5.TabIndex = 0; |
101 | 96 |
this.label5.Text = "下記に製品パスワードを入力してください"; |
102 | 97 |
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
103 | 98 |
// |
104 | 99 |
// textBox1 |
105 | 100 |
// |
106 |
this.textBox1.Location = new System.Drawing.Point(193, 125); |
|
107 |
this.textBox1.Margin = new System.Windows.Forms.Padding(4); |
|
101 |
this.textBox1.Location = new System.Drawing.Point(145, 100); |
|
108 | 102 |
this.textBox1.Name = "textBox1"; |
109 |
this.textBox1.Size = new System.Drawing.Size(462, 22);
|
|
103 |
this.textBox1.Size = new System.Drawing.Size(348, 19);
|
|
110 | 104 |
this.textBox1.TabIndex = 31; |
111 | 105 |
// |
112 | 106 |
// textBox2 |
113 | 107 |
// |
114 |
this.textBox2.Location = new System.Drawing.Point(193, 201); |
|
115 |
this.textBox2.Margin = new System.Windows.Forms.Padding(4); |
|
108 |
this.textBox2.Location = new System.Drawing.Point(145, 161); |
|
116 | 109 |
this.textBox2.Name = "textBox2"; |
117 |
this.textBox2.Size = new System.Drawing.Size(462, 22);
|
|
110 |
this.textBox2.Size = new System.Drawing.Size(348, 19);
|
|
118 | 111 |
this.textBox2.TabIndex = 37; |
119 | 112 |
// |
120 | 113 |
// button1 |
121 | 114 |
// |
122 |
this.button1.Location = new System.Drawing.Point(673, 36); |
|
123 |
this.button1.Margin = new System.Windows.Forms.Padding(4); |
|
115 |
this.button1.Location = new System.Drawing.Point(505, 29); |
|
124 | 116 |
this.button1.Name = "button1"; |
125 |
this.button1.Size = new System.Drawing.Size(134, 38);
|
|
117 |
this.button1.Size = new System.Drawing.Size(100, 30);
|
|
126 | 118 |
this.button1.TabIndex = 38; |
127 | 119 |
this.button1.Text = "試用利用"; |
128 | 120 |
this.button1.UseVisualStyleBackColor = true; |
... | ... | |
130 | 122 |
// |
131 | 123 |
// button2 |
132 | 124 |
// |
133 |
this.button2.Location = new System.Drawing.Point(306, 247); |
|
134 |
this.button2.Margin = new System.Windows.Forms.Padding(4); |
|
125 |
this.button2.Location = new System.Drawing.Point(230, 198); |
|
135 | 126 |
this.button2.Name = "button2"; |
136 |
this.button2.Size = new System.Drawing.Size(217, 38);
|
|
127 |
this.button2.Size = new System.Drawing.Size(163, 30);
|
|
137 | 128 |
this.button2.TabIndex = 36; |
138 | 129 |
this.button2.Text = "製品パスワードを設定する"; |
139 | 130 |
this.button2.UseVisualStyleBackColor = true; |
... | ... | |
145 | 136 |
// |
146 | 137 |
// ProtectForm |
147 | 138 |
// |
148 |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
139 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
149 | 140 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
150 |
this.ClientSize = new System.Drawing.Size(832, 309);
|
|
141 |
this.ClientSize = new System.Drawing.Size(624, 247);
|
|
151 | 142 |
this.Controls.Add(this.label1); |
152 | 143 |
this.Controls.Add(this.label2); |
153 | 144 |
this.Controls.Add(this.label3); |
... | ... | |
158 | 149 |
this.Controls.Add(this.button1); |
159 | 150 |
this.Controls.Add(this.button2); |
160 | 151 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
161 |
this.Margin = new System.Windows.Forms.Padding(4); |
|
162 | 152 |
this.Name = "ProtectForm"; |
163 | 153 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
164 | 154 |
this.Text = "製品パスワード確認"; |
trunk/src/ProcessManagement/ProcessManagement/Forms/ProtectForm.resx | ||
---|---|---|
125 | 125 |
AAEAAAD/////AQAAAAAAAAAEAQAAABZTeXN0ZW0uSU8uTWVtb3J5U3RyZWFtCgAAAAdfYnVmZmVyB19v |
126 | 126 |
cmlnaW4JX3Bvc2l0aW9uB19sZW5ndGgJX2NhcGFjaXR5C19leHBhbmRhYmxlCV93cml0YWJsZQpfZXhw |
127 | 127 |
b3NhYmxlB19pc09wZW4dTWFyc2hhbEJ5UmVmT2JqZWN0K19faWRlbnRpdHkHAAAAAAAAAAACAggICAgB |
128 |
AQEBCQIAAAAAAAAAAAAAAAACAAAAAgAAAAEAAQoPAgAAAAACAAACDZqB2/DfNzZTrAy3u+GHynCZA+69
|
|
129 |
Cxgd7ybvbYalKwZ16Hnr5VKdqVp76V6dA/08az7PAS2RvmLEwcYPu/iNMs3SWxIoMcTRWCIP0DejCL3c
|
|
130 |
in7h3ErupNf9pdyrYOLqRAxGK2DDEMk9DWx4keh4FLboEcN4dC6TXX7hEuJ1pAmQsyS8PD4n04IWvmS8
|
|
131 |
3WssdClWgLM1SgQSTpmS97aRju9NpfR0uvxbKHqHTNF2RBkXhuGZSJxY9TrgtemHjrKiKcVDqMc5yvG1
|
|
132 |
4RGP84+vGCqgETj6nraPoRHjSzZKVZaJcj5W/KUTUjxbcDZM7KCNvoAJLZYaDB+dIpqSsiMU4RwnudKn
|
|
133 |
5Ofj6+Tp6OI6VAdwl7bz7tREGwq9GEOxOswmpcY12lN3giIex94SaAxMOGC+zazefZYjSvhlie+Vpyuk
|
|
134 |
IJv1LDkUz0Hh+5+o3Vb9OjbLIUmpgPtMTU83MycV4lQSM5BUn/fA7VkJPRIVhV0vqfTCGtfHloKebshJ
|
|
135 |
xsxkrPkjcLoeFnndRwE8+Ps1gfgnV6tFbXoH6zcfYwYzzfAqnFwCWA+holAppZO0xwq/2ynHnMO57Y0K
|
|
136 |
y4rPSBVg8NMmmV0qsxQQDuWC4qaT7pWgkeAAm/C/kOl1noP0+xXzOC5ZPTo1MLpmzepxOWQZpZqnCubW
|
|
137 |
MtadIbgRmfhhwrQL
|
|
128 |
AQEBCQIAAAAAAAAAAAAAAAACAAAAAgAAAAEAAQoPAgAAAAACAAACw25OMglJ2thEz0HG9MIHioUQWEgk
|
|
129 |
7c33GHi/GsNQfK3vTVidmcP8gNVq1OMKZwn7A4fz7Twzb4XOGuKeXiqHDIfStjwNJLtoZsEJnNRHNVGm
|
|
130 |
FbXv2RWq+Ld8uSWcGU0/kScu+NxA1JMvaGWYocOtZx30J+1cu0RHMMYQii1Tc5hfmw4rSpYR7LIZ+eWD
|
|
131 |
4ZsBWIta8eb5Bk/fRjoPhrKlToinLI5dSz5FubZg/FNTMMqVZeltZkjE1rJzFV/mvJqB6+zlSOYsNVdW
|
|
132 |
Sri7tm+lWVg3+DmPyVuL3+sEjlaaEDmxMiTlf6/TxeIIqmoWNTsobd0xlt9GrAXjdfQYoiHJZxYjzrCn
|
|
133 |
s6De4d3l3uPi3JrmXMMtnDGjv4YAWt1ky5Xia6toCCu6r8OZkqO4YAP4/SHhbRDRoTUi0qExK/e9SmsX
|
|
134 |
OeSuV3XSId+MpO4HUsuGv8ButlNcWnkhmP2zhcLCqZR5zX7GOGxxTAoxQCfaFE+vdpEDv8cZ/Q5LzJL7
|
|
135 |
T+Uuc/2wCvnBguCiB5f8EeE9XSSnKT579nrLf0kyShF9oHCLfqNQOHYkf+qjstrhWLabmCAQGLGkkumi
|
|
136 |
SErFRRLnz/zcR7SUY2lIdyzh+HrV+97Q1airWTB9Ru4nuVjdd7mVMCC+BuY/ch3hEw3eh5iL4dnj3Hcu
|
|
137 |
o122IeusverCG/AL
|
|
138 | 138 |
</value> |
139 | 139 |
</data> |
140 | 140 |
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
他の形式にエクスポート: Unified diff