| 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.label5 = new System.Windows.Forms.Label(); |
| 39 |
this.buttonManual = new System.Windows.Forms.Button(); |
| 40 |
this.label6 = new System.Windows.Forms.Label(); |
| 41 |
this.buttonNanaco = new System.Windows.Forms.Button(); |
| 42 |
this.label7 = new System.Windows.Forms.Label(); |
| 43 |
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); |
| 44 |
this.buttonCSV = new System.Windows.Forms.Button(); |
| 45 |
this.label9 = new System.Windows.Forms.Label(); |
| 46 |
this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); |
| 47 |
this.buttonWaon = new System.Windows.Forms.Button(); |
| 48 |
this.label3 = new System.Windows.Forms.Label(); |
| 49 |
this.SuspendLayout(); |
| 50 |
// |
| 51 |
// buttonEdy |
| 52 |
// |
| 53 |
this.buttonEdy.Image = global::FeliCa2Money.Properties.Resources.Edy; |
| 54 |
this.buttonEdy.Location = new System.Drawing.Point(12, 12); |
| 55 |
this.buttonEdy.Name = "buttonEdy"; |
| 56 |
this.buttonEdy.Size = new System.Drawing.Size(58, 58); |
| 57 |
this.buttonEdy.TabIndex = 0; |
| 58 |
this.buttonEdy.UseVisualStyleBackColor = true; |
| 59 |
this.buttonEdy.Click += new System.EventHandler(this.buttonEdy_Click); |
| 60 |
// |
| 61 |
// buttonSuica |
| 62 |
// |
| 63 |
this.buttonSuica.Image = global::FeliCa2Money.Properties.Resources.Suica; |
| 64 |
this.buttonSuica.Location = new System.Drawing.Point(12, 76); |
| 65 |
this.buttonSuica.Name = "buttonSuica"; |
| 66 |
this.buttonSuica.Size = new System.Drawing.Size(58, 58); |
| 67 |
this.buttonSuica.TabIndex = 1; |
| 68 |
this.buttonSuica.UseVisualStyleBackColor = true; |
| 69 |
this.buttonSuica.Click += new System.EventHandler(this.buttonSuica_Click); |
| 70 |
// |
| 71 |
// buttonQuit |
| 72 |
// |
| 73 |
this.buttonQuit.Location = new System.Drawing.Point(129, 468); |
| 74 |
this.buttonQuit.Name = "buttonQuit"; |
| 75 |
this.buttonQuit.Size = new System.Drawing.Size(94, 30); |
| 76 |
this.buttonQuit.TabIndex = 7; |
| 77 |
this.buttonQuit.Text = "終了"; |
| 78 |
this.buttonQuit.UseVisualStyleBackColor = true; |
| 79 |
this.buttonQuit.Click += new System.EventHandler(this.buttonQuit_Click); |
| 80 |
// |
| 81 |
// buttonOption |
| 82 |
// |
| 83 |
this.buttonOption.Location = new System.Drawing.Point(12, 332); |
| 84 |
this.buttonOption.Name = "buttonOption"; |
| 85 |
this.buttonOption.Size = new System.Drawing.Size(58, 58); |
| 86 |
this.buttonOption.TabIndex = 5; |
| 87 |
this.buttonOption.Text = "設定"; |
| 88 |
this.buttonOption.UseVisualStyleBackColor = true; |
| 89 |
this.buttonOption.Click += new System.EventHandler(this.buttonOption_Click); |
| 90 |
// |
| 91 |
// label1 |
| 92 |
// |
| 93 |
this.label1.Location = new System.Drawing.Point(76, 26); |
| 94 |
this.label1.Name = "label1"; |
| 95 |
this.label1.Size = new System.Drawing.Size(266, 29); |
| 96 |
this.label1.TabIndex = 8; |
| 97 |
this.label1.Text = "PaSoRiを使って Edy の利用履歴を Microsoft Money に取り込みます。"; |
| 98 |
this.label1.UseWaitCursor = true; |
| 99 |
// |
| 100 |
// label2 |
| 101 |
// |
| 102 |
this.label2.Location = new System.Drawing.Point(76, 87); |
| 103 |
this.label2.Name = "label2"; |
| 104 |
this.label2.Size = new System.Drawing.Size(266, 29); |
| 105 |
this.label2.TabIndex = 9; |
| 106 |
this.label2.Text = "PaSoRiを使って Suica/ICOCAなど交通系電子マネーの利用履歴を Microsoft Money に取り込みます。"; |
| 107 |
// |
| 108 |
// label5 |
| 109 |
// |
| 110 |
this.label5.AutoSize = true; |
| 111 |
this.label5.Location = new System.Drawing.Point(76, 355); |
| 112 |
this.label5.Name = "label5"; |
| 113 |
this.label5.Size = new System.Drawing.Size(111, 12); |
| 114 |
this.label5.TabIndex = 13; |
| 115 |
this.label5.Text = "各種設定を行います。"; |
| 116 |
// |
| 117 |
// buttonManual |
| 118 |
// |
| 119 |
this.buttonManual.Location = new System.Drawing.Point(12, 396); |
| 120 |
this.buttonManual.Name = "buttonManual"; |
| 121 |
this.buttonManual.Size = new System.Drawing.Size(58, 58); |
| 122 |
this.buttonManual.TabIndex = 6; |
| 123 |
this.buttonManual.Text = "マニュアル"; |
| 124 |
this.buttonManual.UseVisualStyleBackColor = true; |
| 125 |
this.buttonManual.Click += new System.EventHandler(this.buttonManual_Click); |
| 126 |
// |
| 127 |
// label6 |
| 128 |
// |
| 129 |
this.label6.AutoSize = true; |
| 130 |
this.label6.Location = new System.Drawing.Point(76, 419); |
| 131 |
this.label6.Name = "label6"; |
| 132 |
this.label6.Size = new System.Drawing.Size(193, 12); |
| 133 |
this.label6.TabIndex = 14; |
| 134 |
this.label6.Text = "FeliCa2Money のマニュアルを開きます。"; |
| 135 |
// |
| 136 |
// buttonNanaco |
| 137 |
// |
| 138 |
this.buttonNanaco.Image = global::FeliCa2Money.Properties.Resources.Nanaco; |
| 139 |
this.buttonNanaco.Location = new System.Drawing.Point(12, 140); |
| 140 |
this.buttonNanaco.Name = "buttonNanaco"; |
| 141 |
this.buttonNanaco.Size = new System.Drawing.Size(58, 58); |
| 142 |
this.buttonNanaco.TabIndex = 2; |
| 143 |
this.buttonNanaco.UseVisualStyleBackColor = true; |
| 144 |
this.buttonNanaco.Click += new System.EventHandler(this.buttonNanaco_Click); |
| 145 |
// |
| 146 |
// label7 |
| 147 |
// |
| 148 |
this.label7.Location = new System.Drawing.Point(76, 154); |
| 149 |
this.label7.Name = "label7"; |
| 150 |
this.label7.Size = new System.Drawing.Size(266, 29); |
| 151 |
this.label7.TabIndex = 10; |
| 152 |
this.label7.Text = "PaSoRiを使って nanaco の利用履歴を Microsoft Money に取り込みます。"; |
| 153 |
// |
| 154 |
// saveFileDialog |
| 155 |
// |
| 156 |
this.saveFileDialog.Filter = "OFX File(*.ofx)|*.ofx"; |
| 157 |
// |
| 158 |
// buttonCSV |
| 159 |
// |
| 160 |
this.buttonCSV.Image = global::FeliCa2Money.Properties.Resources.CSV; |
| 161 |
this.buttonCSV.Location = new System.Drawing.Point(12, 268); |
| 162 |
this.buttonCSV.Name = "buttonCSV"; |
| 163 |
this.buttonCSV.Size = new System.Drawing.Size(58, 58); |
| 164 |
this.buttonCSV.TabIndex = 4; |
| 165 |
this.buttonCSV.UseVisualStyleBackColor = true; |
| 166 |
this.buttonCSV.Click += new System.EventHandler(this.buttonCSV_Click); |
| 167 |
// |
| 168 |
// label9 |
| 169 |
// |
| 170 |
this.label9.Location = new System.Drawing.Point(76, 284); |
| 171 |
this.label9.Name = "label9"; |
| 172 |
this.label9.Size = new System.Drawing.Size(266, 28); |
| 173 |
this.label9.TabIndex = 12; |
| 174 |
this.label9.Text = "CSVファイルを読み込んで Microsoft Money に取り込みます。"; |
| 175 |
// |
| 176 |
// openFileDialog |
| 177 |
// |
| 178 |
this.openFileDialog.DefaultExt = "csv"; |
| 179 |
this.openFileDialog.FileName = "openFileDialog"; |
| 180 |
this.openFileDialog.Filter = "CSVファイル|*.csv|すべてのファイル|*.*"; |
| 181 |
// |
| 182 |
// buttonWaon |
| 183 |
// |
| 184 |
this.buttonWaon.Image = ((System.Drawing.Image)(resources.GetObject("buttonWaon.Image"))); |
| 185 |
this.buttonWaon.Location = new System.Drawing.Point(12, 204); |
| 186 |
this.buttonWaon.Name = "buttonWaon"; |
| 187 |
this.buttonWaon.Size = new System.Drawing.Size(58, 58); |
| 188 |
this.buttonWaon.TabIndex = 3; |
| 189 |
this.buttonWaon.UseVisualStyleBackColor = true; |
| 190 |
this.buttonWaon.Click += new System.EventHandler(this.buttonWaon_Click); |
| 191 |
// |
| 192 |
// label3 |
| 193 |
// |
| 194 |
this.label3.Location = new System.Drawing.Point(76, 217); |
| 195 |
this.label3.Name = "label3"; |
| 196 |
this.label3.Size = new System.Drawing.Size(266, 29); |
| 197 |
this.label3.TabIndex = 11; |
| 198 |
this.label3.Text = "PaSoRiを使って WAON の利用履歴を Microsoft Money に取り込みます。"; |
| 199 |
// |
| 200 |
// MainForm |
| 201 |
// |
| 202 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| 203 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 204 |
this.ClientSize = new System.Drawing.Size(378, 515); |
| 205 |
this.Controls.Add(this.label3); |
| 206 |
this.Controls.Add(this.buttonWaon); |
| 207 |
this.Controls.Add(this.label9); |
| 208 |
this.Controls.Add(this.buttonCSV); |
| 209 |
this.Controls.Add(this.label7); |
| 210 |
this.Controls.Add(this.buttonNanaco); |
| 211 |
this.Controls.Add(this.label6); |
| 212 |
this.Controls.Add(this.buttonManual); |
| 213 |
this.Controls.Add(this.label5); |
| 214 |
this.Controls.Add(this.label2); |
| 215 |
this.Controls.Add(this.label1); |
| 216 |
this.Controls.Add(this.buttonOption); |
| 217 |
this.Controls.Add(this.buttonQuit); |
| 218 |
this.Controls.Add(this.buttonSuica); |
| 219 |
this.Controls.Add(this.buttonEdy); |
| 220 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
| 221 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
| 222 |
this.MaximizeBox = false; |
| 223 |
this.Name = "MainForm"; |
| 224 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| 225 |
this.Text = "FeliCa2Money ver 2.9"; |
| 226 |
this.ResumeLayout(false); |
| 227 |
this.PerformLayout(); |
| 228 |
|
| 229 |
} |
| 230 |
|
| 231 |
#endregion |
| 232 |
|
| 233 |
private System.Windows.Forms.Button buttonEdy; |
| 234 |
private System.Windows.Forms.Button buttonSuica; |
| 235 |
private System.Windows.Forms.Button buttonQuit; |
| 236 |
private System.Windows.Forms.Button buttonOption; |
| 237 |
private System.Windows.Forms.Label label1; |
| 238 |
private System.Windows.Forms.Label label2; |
| 239 |
private System.Windows.Forms.Label label5; |
| 240 |
private System.Windows.Forms.Button buttonManual; |
| 241 |
private System.Windows.Forms.Label label6; |
| 242 |
private System.Windows.Forms.Button buttonNanaco; |
| 243 |
private System.Windows.Forms.Label label7; |
| 244 |
private System.Windows.Forms.SaveFileDialog saveFileDialog; |
| 245 |
private System.Windows.Forms.Button buttonCSV; |
| 246 |
private System.Windows.Forms.Label label9; |
| 247 |
private System.Windows.Forms.OpenFileDialog openFileDialog; |
| 248 |
private System.Windows.Forms.Button buttonWaon; |
| 249 |
private System.Windows.Forms.Label label3; |
| 250 |
} |
| 251 |
} |
| 252 |
|