| 1 |
namespace FeliCa2Money |
| 2 |
{ |
| 3 |
partial class OptionDialog |
| 4 |
{ |
| 5 |
/// <summary> |
| 6 |
/// Required designer variable. |
| 7 |
/// </summary> |
| 8 |
private System.ComponentModel.IContainer components = null; |
| 9 |
|
| 10 |
/// <summary> |
| 11 |
/// Clean up any resources being used. |
| 12 |
/// </summary> |
| 13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code |
| 24 |
|
| 25 |
/// <summary> |
| 26 |
/// Required method for Designer support - do not modify |
| 27 |
/// the contents of this method with the code editor. |
| 28 |
/// </summary> |
| 29 |
private void InitializeComponent() |
| 30 |
{ |
| 31 |
this.checkIgnoreZeroTransaction = new System.Windows.Forms.CheckBox(); |
| 32 |
this.checkManualOfxPath = new System.Windows.Forms.CheckBox(); |
| 33 |
this.checkAutoKickOfxFile = new System.Windows.Forms.CheckBox(); |
| 34 |
this.buttonOK = new System.Windows.Forms.Button(); |
| 35 |
this.buttonCancel = new System.Windows.Forms.Button(); |
| 36 |
this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); |
| 37 |
this.radioSuica = new System.Windows.Forms.RadioButton(); |
| 38 |
this.radioIcoca = new System.Windows.Forms.RadioButton(); |
| 39 |
this.radioIruca = new System.Windows.Forms.RadioButton(); |
| 40 |
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
| 41 |
this.label2 = new System.Windows.Forms.Label(); |
| 42 |
this.buttonCsvRulesUpdate = new System.Windows.Forms.Button(); |
| 43 |
this.checkOfxVer2 = new System.Windows.Forms.CheckBox(); |
| 44 |
this.groupBox1.SuspendLayout(); |
| 45 |
this.SuspendLayout(); |
| 46 |
// |
| 47 |
// checkIgnoreZeroTransaction |
| 48 |
// |
| 49 |
this.checkIgnoreZeroTransaction.AutoSize = true; |
| 50 |
this.checkIgnoreZeroTransaction.Location = new System.Drawing.Point(24, 94); |
| 51 |
this.checkIgnoreZeroTransaction.Name = "checkIgnoreZeroTransaction"; |
| 52 |
this.checkIgnoreZeroTransaction.Size = new System.Drawing.Size(158, 16); |
| 53 |
this.checkIgnoreZeroTransaction.TabIndex = 1; |
| 54 |
this.checkIgnoreZeroTransaction.Text = "金額が 0 の取引を無視する"; |
| 55 |
this.checkIgnoreZeroTransaction.UseVisualStyleBackColor = true; |
| 56 |
// |
| 57 |
// checkManualOfxPath |
| 58 |
// |
| 59 |
this.checkManualOfxPath.AutoSize = true; |
| 60 |
this.checkManualOfxPath.Location = new System.Drawing.Point(24, 116); |
| 61 |
this.checkManualOfxPath.Name = "checkManualOfxPath"; |
| 62 |
this.checkManualOfxPath.Size = new System.Drawing.Size(178, 16); |
| 63 |
this.checkManualOfxPath.TabIndex = 2; |
| 64 |
this.checkManualOfxPath.Text = "OFXファイル名を手動で指定する"; |
| 65 |
this.checkManualOfxPath.UseVisualStyleBackColor = true; |
| 66 |
// |
| 67 |
// checkAutoKickOfxFile |
| 68 |
// |
| 69 |
this.checkAutoKickOfxFile.AutoSize = true; |
| 70 |
this.checkAutoKickOfxFile.Location = new System.Drawing.Point(24, 138); |
| 71 |
this.checkAutoKickOfxFile.Name = "checkAutoKickOfxFile"; |
| 72 |
this.checkAutoKickOfxFile.Size = new System.Drawing.Size(222, 16); |
| 73 |
this.checkAutoKickOfxFile.TabIndex = 3; |
| 74 |
this.checkAutoKickOfxFile.Text = "保存後にOFXファイルを自動的に起動する"; |
| 75 |
this.checkAutoKickOfxFile.UseVisualStyleBackColor = true; |
| 76 |
// |
| 77 |
// buttonOK |
| 78 |
// |
| 79 |
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; |
| 80 |
this.buttonOK.Location = new System.Drawing.Point(267, 235); |
| 81 |
this.buttonOK.Name = "buttonOK"; |
| 82 |
this.buttonOK.Size = new System.Drawing.Size(75, 23); |
| 83 |
this.buttonOK.TabIndex = 6; |
| 84 |
this.buttonOK.Text = "OK"; |
| 85 |
this.buttonOK.UseVisualStyleBackColor = true; |
| 86 |
// |
| 87 |
// buttonCancel |
| 88 |
// |
| 89 |
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
| 90 |
this.buttonCancel.Location = new System.Drawing.Point(348, 235); |
| 91 |
this.buttonCancel.Name = "buttonCancel"; |
| 92 |
this.buttonCancel.Size = new System.Drawing.Size(75, 23); |
| 93 |
this.buttonCancel.TabIndex = 7; |
| 94 |
this.buttonCancel.Text = "キャンセル"; |
| 95 |
this.buttonCancel.UseVisualStyleBackColor = true; |
| 96 |
// |
| 97 |
// openFileDialog |
| 98 |
// |
| 99 |
this.openFileDialog.FileName = "openFileDialog1"; |
| 100 |
this.openFileDialog.Filter = "SFCPeep|SFCPeep.exe"; |
| 101 |
this.openFileDialog.RestoreDirectory = true; |
| 102 |
// |
| 103 |
// radioSuica |
| 104 |
// |
| 105 |
this.radioSuica.AutoSize = true; |
| 106 |
this.radioSuica.Checked = true; |
| 107 |
this.radioSuica.Location = new System.Drawing.Point(16, 18); |
| 108 |
this.radioSuica.Name = "radioSuica"; |
| 109 |
this.radioSuica.Size = new System.Drawing.Size(96, 16); |
| 110 |
this.radioSuica.TabIndex = 0; |
| 111 |
this.radioSuica.TabStop = true; |
| 112 |
this.radioSuica.Text = "Suica/PASMO"; |
| 113 |
this.radioSuica.UseVisualStyleBackColor = true; |
| 114 |
// |
| 115 |
// radioIcoca |
| 116 |
// |
| 117 |
this.radioIcoca.AutoSize = true; |
| 118 |
this.radioIcoca.Location = new System.Drawing.Point(134, 18); |
| 119 |
this.radioIcoca.Name = "radioIcoca"; |
| 120 |
this.radioIcoca.Size = new System.Drawing.Size(58, 16); |
| 121 |
this.radioIcoca.TabIndex = 1; |
| 122 |
this.radioIcoca.Text = "ICOCA"; |
| 123 |
this.radioIcoca.UseVisualStyleBackColor = true; |
| 124 |
// |
| 125 |
// radioIruca |
| 126 |
// |
| 127 |
this.radioIruca.AutoSize = true; |
| 128 |
this.radioIruca.Location = new System.Drawing.Point(231, 18); |
| 129 |
this.radioIruca.Name = "radioIruca"; |
| 130 |
this.radioIruca.Size = new System.Drawing.Size(50, 16); |
| 131 |
this.radioIruca.TabIndex = 2; |
| 132 |
this.radioIruca.Text = "IruCa"; |
| 133 |
this.radioIruca.UseVisualStyleBackColor = true; |
| 134 |
// |
| 135 |
// groupBox1 |
| 136 |
// |
| 137 |
this.groupBox1.Controls.Add(this.label2); |
| 138 |
this.groupBox1.Controls.Add(this.radioSuica); |
| 139 |
this.groupBox1.Controls.Add(this.radioIruca); |
| 140 |
this.groupBox1.Controls.Add(this.radioIcoca); |
| 141 |
this.groupBox1.Location = new System.Drawing.Point(10, 12); |
| 142 |
this.groupBox1.Name = "groupBox1"; |
| 143 |
this.groupBox1.Size = new System.Drawing.Size(410, 62); |
| 144 |
this.groupBox1.TabIndex = 0; |
| 145 |
this.groupBox1.TabStop = false; |
| 146 |
this.groupBox1.Text = "物販店舗検索優先エリア"; |
| 147 |
// |
| 148 |
// label2 |
| 149 |
// |
| 150 |
this.label2.AutoSize = true; |
| 151 |
this.label2.Location = new System.Drawing.Point(30, 43); |
| 152 |
this.label2.Name = "label2"; |
| 153 |
this.label2.Size = new System.Drawing.Size(265, 12); |
| 154 |
this.label2.TabIndex = 3; |
| 155 |
this.label2.Text = "※店舗コード重複時に優先するエリアを指定してください"; |
| 156 |
// |
| 157 |
// buttonCsvRulesUpdate |
| 158 |
// |
| 159 |
this.buttonCsvRulesUpdate.Location = new System.Drawing.Point(24, 193); |
| 160 |
this.buttonCsvRulesUpdate.Name = "buttonCsvRulesUpdate"; |
| 161 |
this.buttonCsvRulesUpdate.Size = new System.Drawing.Size(151, 34); |
| 162 |
this.buttonCsvRulesUpdate.TabIndex = 5; |
| 163 |
this.buttonCsvRulesUpdate.Text = "CSV変換定義の更新"; |
| 164 |
this.buttonCsvRulesUpdate.UseVisualStyleBackColor = true; |
| 165 |
this.buttonCsvRulesUpdate.Click += new System.EventHandler(this.buttonCsvRulesUpdate_Click); |
| 166 |
// |
| 167 |
// checkOfxVer2 |
| 168 |
// |
| 169 |
this.checkOfxVer2.AutoSize = true; |
| 170 |
this.checkOfxVer2.Location = new System.Drawing.Point(24, 160); |
| 171 |
this.checkOfxVer2.Name = "checkOfxVer2"; |
| 172 |
this.checkOfxVer2.Size = new System.Drawing.Size(220, 16); |
| 173 |
this.checkOfxVer2.TabIndex = 4; |
| 174 |
this.checkOfxVer2.Text = "Ver 2.0 の OFX ファイル(XML)を生成する"; |
| 175 |
this.checkOfxVer2.UseVisualStyleBackColor = true; |
| 176 |
// |
| 177 |
// OptionDialog |
| 178 |
// |
| 179 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| 180 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 181 |
this.ClientSize = new System.Drawing.Size(444, 270); |
| 182 |
this.Controls.Add(this.checkOfxVer2); |
| 183 |
this.Controls.Add(this.buttonCsvRulesUpdate); |
| 184 |
this.Controls.Add(this.groupBox1); |
| 185 |
this.Controls.Add(this.buttonCancel); |
| 186 |
this.Controls.Add(this.buttonOK); |
| 187 |
this.Controls.Add(this.checkAutoKickOfxFile); |
| 188 |
this.Controls.Add(this.checkManualOfxPath); |
| 189 |
this.Controls.Add(this.checkIgnoreZeroTransaction); |
| 190 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
| 191 |
this.Name = "OptionDialog"; |
| 192 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| 193 |
this.Text = "オプション"; |
| 194 |
this.groupBox1.ResumeLayout(false); |
| 195 |
this.groupBox1.PerformLayout(); |
| 196 |
this.ResumeLayout(false); |
| 197 |
this.PerformLayout(); |
| 198 |
|
| 199 |
} |
| 200 |
|
| 201 |
#endregion |
| 202 |
|
| 203 |
private System.Windows.Forms.CheckBox checkIgnoreZeroTransaction; |
| 204 |
private System.Windows.Forms.CheckBox checkManualOfxPath; |
| 205 |
private System.Windows.Forms.CheckBox checkAutoKickOfxFile; |
| 206 |
private System.Windows.Forms.Button buttonOK; |
| 207 |
private System.Windows.Forms.Button buttonCancel; |
| 208 |
private System.Windows.Forms.OpenFileDialog openFileDialog; |
| 209 |
private System.Windows.Forms.RadioButton radioSuica; |
| 210 |
private System.Windows.Forms.RadioButton radioIcoca; |
| 211 |
private System.Windows.Forms.RadioButton radioIruca; |
| 212 |
private System.Windows.Forms.GroupBox groupBox1; |
| 213 |
private System.Windows.Forms.Label label2; |
| 214 |
private System.Windows.Forms.Button buttonCsvRulesUpdate; |
| 215 |
private System.Windows.Forms.CheckBox checkOfxVer2; |
| 216 |
} |
| 217 |
} |