Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/FeliCa2Money-2.1/MainForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (show annotations) (download)
Thu Mar 6 13:04:43 2008 UTC (16 years, 1 month ago) by tmurakam
File size: 11012 byte(s)
ver 2.1 tags

1 namespace FeliCa2Money
2 {
3 partial class MainForm
4 {
5 /// <summary>
6 /// 必要なデザイナ変数です。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 使用中のリソースをすべてクリーンアップします。
12 /// </summary>
13 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows フォーム デザイナで生成されたコード
24
25 /// <summary>
26 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
27 /// コード エディタで変更しないでください。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
32 this.buttonEdy = new System.Windows.Forms.Button();
33 this.buttonSuica = new System.Windows.Forms.Button();
34 this.buttonQuit = new System.Windows.Forms.Button();
35 this.buttonOption = new System.Windows.Forms.Button();
36 this.label1 = new System.Windows.Forms.Label();
37 this.label2 = new System.Windows.Forms.Label();
38 this.label3 = new System.Windows.Forms.Label();
39 this.label4 = new System.Windows.Forms.Label();
40 this.label5 = new System.Windows.Forms.Label();
41 this.buttonManual = new System.Windows.Forms.Button();
42 this.label6 = new System.Windows.Forms.Label();
43 this.buttonNanaco = new System.Windows.Forms.Button();
44 this.label7 = new System.Windows.Forms.Label();
45 this.label8 = new System.Windows.Forms.Label();
46 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
47 this.SuspendLayout();
48 //
49 // buttonEdy
50 //
51 this.buttonEdy.Image = global::FeliCa2Money.Properties.Resources.Edy;
52 this.buttonEdy.Location = new System.Drawing.Point(12, 12);
53 this.buttonEdy.Name = "buttonEdy";
54 this.buttonEdy.Size = new System.Drawing.Size(58, 58);
55 this.buttonEdy.TabIndex = 1;
56 this.buttonEdy.UseVisualStyleBackColor = true;
57 this.buttonEdy.Click += new System.EventHandler(this.buttonEdy_Click);
58 //
59 // buttonSuica
60 //
61 this.buttonSuica.Image = global::FeliCa2Money.Properties.Resources.Suica;
62 this.buttonSuica.Location = new System.Drawing.Point(12, 76);
63 this.buttonSuica.Name = "buttonSuica";
64 this.buttonSuica.Size = new System.Drawing.Size(58, 58);
65 this.buttonSuica.TabIndex = 4;
66 this.buttonSuica.UseVisualStyleBackColor = true;
67 this.buttonSuica.Click += new System.EventHandler(this.buttonSuica_Click);
68 //
69 // buttonQuit
70 //
71 this.buttonQuit.Location = new System.Drawing.Point(127, 341);
72 this.buttonQuit.Name = "buttonQuit";
73 this.buttonQuit.Size = new System.Drawing.Size(94, 30);
74 this.buttonQuit.TabIndex = 10;
75 this.buttonQuit.Text = "終了";
76 this.buttonQuit.UseVisualStyleBackColor = true;
77 this.buttonQuit.Click += new System.EventHandler(this.buttonQuit_Click);
78 //
79 // buttonOption
80 //
81 this.buttonOption.Location = new System.Drawing.Point(12, 204);
82 this.buttonOption.Name = "buttonOption";
83 this.buttonOption.Size = new System.Drawing.Size(58, 58);
84 this.buttonOption.TabIndex = 7;
85 this.buttonOption.Text = "設定";
86 this.buttonOption.UseVisualStyleBackColor = true;
87 this.buttonOption.Click += new System.EventHandler(this.buttonOption_Click);
88 //
89 // label1
90 //
91 this.label1.AutoSize = true;
92 this.label1.Location = new System.Drawing.Point(76, 26);
93 this.label1.Name = "label1";
94 this.label1.Size = new System.Drawing.Size(226, 12);
95 this.label1.TabIndex = 0;
96 this.label1.Text = "PaSoRiを使って Edy の利用履歴を Microsoft";
97 this.label1.UseWaitCursor = true;
98 //
99 // label2
100 //
101 this.label2.AutoSize = true;
102 this.label2.Location = new System.Drawing.Point(76, 87);
103 this.label2.Name = "label2";
104 this.label2.Size = new System.Drawing.Size(271, 12);
105 this.label2.TabIndex = 3;
106 this.label2.Text = "PaSoRiを使って Suica/ICOCAなど交通系電子マネーの";
107 //
108 // label3
109 //
110 this.label3.AutoSize = true;
111 this.label3.Location = new System.Drawing.Point(76, 99);
112 this.label3.Name = "label3";
113 this.label3.Size = new System.Drawing.Size(234, 12);
114 this.label3.TabIndex = 5;
115 this.label3.Text = "利用履歴を Microsoft Money に取り込みます。";
116 //
117 // label4
118 //
119 this.label4.AutoSize = true;
120 this.label4.Location = new System.Drawing.Point(76, 38);
121 this.label4.Name = "label4";
122 this.label4.Size = new System.Drawing.Size(121, 12);
123 this.label4.TabIndex = 2;
124 this.label4.Text = "Money に取り込みます。";
125 //
126 // label5
127 //
128 this.label5.AutoSize = true;
129 this.label5.Location = new System.Drawing.Point(76, 227);
130 this.label5.Name = "label5";
131 this.label5.Size = new System.Drawing.Size(111, 12);
132 this.label5.TabIndex = 6;
133 this.label5.Text = "各種設定を行います。";
134 //
135 // buttonManual
136 //
137 this.buttonManual.Location = new System.Drawing.Point(12, 268);
138 this.buttonManual.Name = "buttonManual";
139 this.buttonManual.Size = new System.Drawing.Size(58, 58);
140 this.buttonManual.TabIndex = 9;
141 this.buttonManual.Text = "マニュアル";
142 this.buttonManual.UseVisualStyleBackColor = true;
143 this.buttonManual.Click += new System.EventHandler(this.buttonManual_Click);
144 //
145 // label6
146 //
147 this.label6.AutoSize = true;
148 this.label6.Location = new System.Drawing.Point(76, 291);
149 this.label6.Name = "label6";
150 this.label6.Size = new System.Drawing.Size(193, 12);
151 this.label6.TabIndex = 8;
152 this.label6.Text = "FeliCa2Money のマニュアルを開きます。";
153 //
154 // buttonNanaco
155 //
156 this.buttonNanaco.Image = global::FeliCa2Money.Properties.Resources.Nanaco;
157 this.buttonNanaco.Location = new System.Drawing.Point(12, 140);
158 this.buttonNanaco.Name = "buttonNanaco";
159 this.buttonNanaco.Size = new System.Drawing.Size(58, 58);
160 this.buttonNanaco.TabIndex = 11;
161 this.buttonNanaco.UseVisualStyleBackColor = true;
162 this.buttonNanaco.Click += new System.EventHandler(this.buttonNanaco_Click);
163 //
164 // label7
165 //
166 this.label7.AutoSize = true;
167 this.label7.Location = new System.Drawing.Point(76, 154);
168 this.label7.Name = "label7";
169 this.label7.Size = new System.Drawing.Size(243, 12);
170 this.label7.TabIndex = 12;
171 this.label7.Text = "PaSoRiを使って nanaco の利用履歴を Microsoft";
172 //
173 // label8
174 //
175 this.label8.AutoSize = true;
176 this.label8.Location = new System.Drawing.Point(76, 166);
177 this.label8.Name = "label8";
178 this.label8.Size = new System.Drawing.Size(121, 12);
179 this.label8.TabIndex = 13;
180 this.label8.Text = "Money に取り込みます。";
181 //
182 // saveFileDialog
183 //
184 this.saveFileDialog.Filter = "OFX File(*.ofx)|*.ofx";
185 //
186 // MainForm
187 //
188 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
189 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
190 this.ClientSize = new System.Drawing.Size(363, 383);
191 this.Controls.Add(this.label8);
192 this.Controls.Add(this.label7);
193 this.Controls.Add(this.buttonNanaco);
194 this.Controls.Add(this.label6);
195 this.Controls.Add(this.buttonManual);
196 this.Controls.Add(this.label5);
197 this.Controls.Add(this.label4);
198 this.Controls.Add(this.label3);
199 this.Controls.Add(this.label2);
200 this.Controls.Add(this.label1);
201 this.Controls.Add(this.buttonOption);
202 this.Controls.Add(this.buttonQuit);
203 this.Controls.Add(this.buttonSuica);
204 this.Controls.Add(this.buttonEdy);
205 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
206 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
207 this.MaximizeBox = false;
208 this.Name = "MainForm";
209 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
210 this.Text = "FeliCa2Money";
211 this.ResumeLayout(false);
212 this.PerformLayout();
213
214 }
215
216 #endregion
217
218 private System.Windows.Forms.Button buttonEdy;
219 private System.Windows.Forms.Button buttonSuica;
220 private System.Windows.Forms.Button buttonQuit;
221 private System.Windows.Forms.Button buttonOption;
222 private System.Windows.Forms.Label label1;
223 private System.Windows.Forms.Label label2;
224 private System.Windows.Forms.Label label3;
225 private System.Windows.Forms.Label label4;
226 private System.Windows.Forms.Label label5;
227 private System.Windows.Forms.Button buttonManual;
228 private System.Windows.Forms.Label label6;
229 private System.Windows.Forms.Button buttonNanaco;
230 private System.Windows.Forms.Label label7;
231 private System.Windows.Forms.Label label8;
232 private System.Windows.Forms.SaveFileDialog saveFileDialog;
233 }
234 }
235

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26