| 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.label1 = new System.Windows.Forms.Label(); |
| 35 |
this.textSfcPeepPath = new System.Windows.Forms.TextBox(); |
| 36 |
this.buttonSfcPath = new System.Windows.Forms.Button(); |
| 37 |
this.buttonOK = new System.Windows.Forms.Button(); |
| 38 |
this.buttonCancel = new System.Windows.Forms.Button(); |
| 39 |
this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); |
| 40 |
this.SuspendLayout(); |
| 41 |
// |
| 42 |
// checkIgnoreZeroTransaction |
| 43 |
// |
| 44 |
this.checkIgnoreZeroTransaction.AutoSize = true; |
| 45 |
this.checkIgnoreZeroTransaction.Location = new System.Drawing.Point(24, 23); |
| 46 |
this.checkIgnoreZeroTransaction.Name = "checkIgnoreZeroTransaction"; |
| 47 |
this.checkIgnoreZeroTransaction.Size = new System.Drawing.Size(158, 16); |
| 48 |
this.checkIgnoreZeroTransaction.TabIndex = 0; |
| 49 |
this.checkIgnoreZeroTransaction.Text = "金額が 0 の取引を無視する"; |
| 50 |
this.checkIgnoreZeroTransaction.UseVisualStyleBackColor = true; |
| 51 |
// |
| 52 |
// checkManualOfxPath |
| 53 |
// |
| 54 |
this.checkManualOfxPath.AutoSize = true; |
| 55 |
this.checkManualOfxPath.Location = new System.Drawing.Point(24, 56); |
| 56 |
this.checkManualOfxPath.Name = "checkManualOfxPath"; |
| 57 |
this.checkManualOfxPath.Size = new System.Drawing.Size(178, 16); |
| 58 |
this.checkManualOfxPath.TabIndex = 1; |
| 59 |
this.checkManualOfxPath.Text = "OFXファイル名を手動で指定する"; |
| 60 |
this.checkManualOfxPath.UseVisualStyleBackColor = true; |
| 61 |
// |
| 62 |
// checkAutoKickOfxFile |
| 63 |
// |
| 64 |
this.checkAutoKickOfxFile.AutoSize = true; |
| 65 |
this.checkAutoKickOfxFile.Location = new System.Drawing.Point(24, 89); |
| 66 |
this.checkAutoKickOfxFile.Name = "checkAutoKickOfxFile"; |
| 67 |
this.checkAutoKickOfxFile.Size = new System.Drawing.Size(222, 16); |
| 68 |
this.checkAutoKickOfxFile.TabIndex = 2; |
| 69 |
this.checkAutoKickOfxFile.Text = "保存後にOFXファイルを自動的に起動する"; |
| 70 |
this.checkAutoKickOfxFile.UseVisualStyleBackColor = true; |
| 71 |
// |
| 72 |
// label1 |
| 73 |
// |
| 74 |
this.label1.AutoSize = true; |
| 75 |
this.label1.Location = new System.Drawing.Point(22, 136); |
| 76 |
this.label1.Name = "label1"; |
| 77 |
this.label1.Size = new System.Drawing.Size(106, 12); |
| 78 |
this.label1.TabIndex = 3; |
| 79 |
this.label1.Text = "SFCPeep.exeの場所"; |
| 80 |
// |
| 81 |
// textSfcPeepPath |
| 82 |
// |
| 83 |
this.textSfcPeepPath.Location = new System.Drawing.Point(134, 133); |
| 84 |
this.textSfcPeepPath.Name = "textSfcPeepPath"; |
| 85 |
this.textSfcPeepPath.Size = new System.Drawing.Size(235, 19); |
| 86 |
this.textSfcPeepPath.TabIndex = 4; |
| 87 |
// |
| 88 |
// buttonSfcPath |
| 89 |
// |
| 90 |
this.buttonSfcPath.Location = new System.Drawing.Point(390, 131); |
| 91 |
this.buttonSfcPath.Name = "buttonSfcPath"; |
| 92 |
this.buttonSfcPath.Size = new System.Drawing.Size(44, 23); |
| 93 |
this.buttonSfcPath.TabIndex = 5; |
| 94 |
this.buttonSfcPath.Text = "参照"; |
| 95 |
this.buttonSfcPath.UseVisualStyleBackColor = true; |
| 96 |
this.buttonSfcPath.Click += new System.EventHandler(this.buttonSfcPath_Click); |
| 97 |
// |
| 98 |
// buttonOK |
| 99 |
// |
| 100 |
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; |
| 101 |
this.buttonOK.Location = new System.Drawing.Point(268, 177); |
| 102 |
this.buttonOK.Name = "buttonOK"; |
| 103 |
this.buttonOK.Size = new System.Drawing.Size(75, 23); |
| 104 |
this.buttonOK.TabIndex = 6; |
| 105 |
this.buttonOK.Text = "OK"; |
| 106 |
this.buttonOK.UseVisualStyleBackColor = true; |
| 107 |
// |
| 108 |
// buttonCancel |
| 109 |
// |
| 110 |
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
| 111 |
this.buttonCancel.Location = new System.Drawing.Point(359, 177); |
| 112 |
this.buttonCancel.Name = "buttonCancel"; |
| 113 |
this.buttonCancel.Size = new System.Drawing.Size(75, 23); |
| 114 |
this.buttonCancel.TabIndex = 7; |
| 115 |
this.buttonCancel.Text = "キャンセル"; |
| 116 |
this.buttonCancel.UseVisualStyleBackColor = true; |
| 117 |
// |
| 118 |
// openFileDialog |
| 119 |
// |
| 120 |
this.openFileDialog.FileName = "openFileDialog1"; |
| 121 |
this.openFileDialog.Filter = "SFCPeep|SFCPeep.exe"; |
| 122 |
this.openFileDialog.RestoreDirectory = true; |
| 123 |
// |
| 124 |
// OptionDialog |
| 125 |
// |
| 126 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| 127 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 128 |
this.ClientSize = new System.Drawing.Size(462, 217); |
| 129 |
this.Controls.Add(this.buttonCancel); |
| 130 |
this.Controls.Add(this.buttonOK); |
| 131 |
this.Controls.Add(this.buttonSfcPath); |
| 132 |
this.Controls.Add(this.textSfcPeepPath); |
| 133 |
this.Controls.Add(this.label1); |
| 134 |
this.Controls.Add(this.checkAutoKickOfxFile); |
| 135 |
this.Controls.Add(this.checkManualOfxPath); |
| 136 |
this.Controls.Add(this.checkIgnoreZeroTransaction); |
| 137 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
| 138 |
this.Name = "OptionDialog"; |
| 139 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| 140 |
this.Text = "オプション"; |
| 141 |
this.ResumeLayout(false); |
| 142 |
this.PerformLayout(); |
| 143 |
|
| 144 |
} |
| 145 |
|
| 146 |
#endregion |
| 147 |
|
| 148 |
private System.Windows.Forms.CheckBox checkIgnoreZeroTransaction; |
| 149 |
private System.Windows.Forms.CheckBox checkManualOfxPath; |
| 150 |
private System.Windows.Forms.CheckBox checkAutoKickOfxFile; |
| 151 |
private System.Windows.Forms.Label label1; |
| 152 |
private System.Windows.Forms.TextBox textSfcPeepPath; |
| 153 |
private System.Windows.Forms.Button buttonSfcPath; |
| 154 |
private System.Windows.Forms.Button buttonOK; |
| 155 |
private System.Windows.Forms.Button buttonCancel; |
| 156 |
private System.Windows.Forms.OpenFileDialog openFileDialog; |
| 157 |
} |
| 158 |
} |