Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/FeliCa2Money-2.4/OptionDialog.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 150 - (show annotations) (download)
Sun Mar 16 10:36:07 2008 UTC (16 years ago) by tmurakam
File size: 9941 byte(s)
ver 2.4 tag

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.groupBox1.SuspendLayout();
44 this.SuspendLayout();
45 //
46 // checkIgnoreZeroTransaction
47 //
48 this.checkIgnoreZeroTransaction.AutoSize = true;
49 this.checkIgnoreZeroTransaction.Location = new System.Drawing.Point(24, 94);
50 this.checkIgnoreZeroTransaction.Name = "checkIgnoreZeroTransaction";
51 this.checkIgnoreZeroTransaction.Size = new System.Drawing.Size(158, 16);
52 this.checkIgnoreZeroTransaction.TabIndex = 1;
53 this.checkIgnoreZeroTransaction.Text = "金額が 0 の取引を無視する";
54 this.checkIgnoreZeroTransaction.UseVisualStyleBackColor = true;
55 //
56 // checkManualOfxPath
57 //
58 this.checkManualOfxPath.AutoSize = true;
59 this.checkManualOfxPath.Location = new System.Drawing.Point(24, 116);
60 this.checkManualOfxPath.Name = "checkManualOfxPath";
61 this.checkManualOfxPath.Size = new System.Drawing.Size(178, 16);
62 this.checkManualOfxPath.TabIndex = 2;
63 this.checkManualOfxPath.Text = "OFXファイル名を手動で指定する";
64 this.checkManualOfxPath.UseVisualStyleBackColor = true;
65 //
66 // checkAutoKickOfxFile
67 //
68 this.checkAutoKickOfxFile.AutoSize = true;
69 this.checkAutoKickOfxFile.Location = new System.Drawing.Point(24, 138);
70 this.checkAutoKickOfxFile.Name = "checkAutoKickOfxFile";
71 this.checkAutoKickOfxFile.Size = new System.Drawing.Size(222, 16);
72 this.checkAutoKickOfxFile.TabIndex = 3;
73 this.checkAutoKickOfxFile.Text = "保存後にOFXファイルを自動的に起動する";
74 this.checkAutoKickOfxFile.UseVisualStyleBackColor = true;
75 //
76 // buttonOK
77 //
78 this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
79 this.buttonOK.Location = new System.Drawing.Point(267, 221);
80 this.buttonOK.Name = "buttonOK";
81 this.buttonOK.Size = new System.Drawing.Size(75, 23);
82 this.buttonOK.TabIndex = 6;
83 this.buttonOK.Text = "OK";
84 this.buttonOK.UseVisualStyleBackColor = true;
85 //
86 // buttonCancel
87 //
88 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
89 this.buttonCancel.Location = new System.Drawing.Point(348, 221);
90 this.buttonCancel.Name = "buttonCancel";
91 this.buttonCancel.Size = new System.Drawing.Size(75, 23);
92 this.buttonCancel.TabIndex = 7;
93 this.buttonCancel.Text = "キャンセル";
94 this.buttonCancel.UseVisualStyleBackColor = true;
95 //
96 // openFileDialog
97 //
98 this.openFileDialog.FileName = "openFileDialog1";
99 this.openFileDialog.Filter = "SFCPeep|SFCPeep.exe";
100 this.openFileDialog.RestoreDirectory = true;
101 //
102 // radioSuica
103 //
104 this.radioSuica.AutoSize = true;
105 this.radioSuica.Checked = true;
106 this.radioSuica.Location = new System.Drawing.Point(16, 18);
107 this.radioSuica.Name = "radioSuica";
108 this.radioSuica.Size = new System.Drawing.Size(96, 16);
109 this.radioSuica.TabIndex = 1;
110 this.radioSuica.TabStop = true;
111 this.radioSuica.Text = "Suica/PASMO";
112 this.radioSuica.UseVisualStyleBackColor = true;
113 //
114 // radioIcoca
115 //
116 this.radioIcoca.AutoSize = true;
117 this.radioIcoca.Location = new System.Drawing.Point(134, 18);
118 this.radioIcoca.Name = "radioIcoca";
119 this.radioIcoca.Size = new System.Drawing.Size(58, 16);
120 this.radioIcoca.TabIndex = 1;
121 this.radioIcoca.Text = "ICOCA";
122 this.radioIcoca.UseVisualStyleBackColor = true;
123 //
124 // radioIruca
125 //
126 this.radioIruca.AutoSize = true;
127 this.radioIruca.Location = new System.Drawing.Point(231, 18);
128 this.radioIruca.Name = "radioIruca";
129 this.radioIruca.Size = new System.Drawing.Size(50, 16);
130 this.radioIruca.TabIndex = 2;
131 this.radioIruca.Text = "IruCa";
132 this.radioIruca.UseVisualStyleBackColor = true;
133 //
134 // groupBox1
135 //
136 this.groupBox1.Controls.Add(this.label2);
137 this.groupBox1.Controls.Add(this.radioSuica);
138 this.groupBox1.Controls.Add(this.radioIruca);
139 this.groupBox1.Controls.Add(this.radioIcoca);
140 this.groupBox1.Location = new System.Drawing.Point(10, 12);
141 this.groupBox1.Name = "groupBox1";
142 this.groupBox1.Size = new System.Drawing.Size(410, 62);
143 this.groupBox1.TabIndex = 0;
144 this.groupBox1.TabStop = false;
145 this.groupBox1.Text = "物販店舗検索優先エリア";
146 //
147 // label2
148 //
149 this.label2.AutoSize = true;
150 this.label2.Location = new System.Drawing.Point(30, 43);
151 this.label2.Name = "label2";
152 this.label2.Size = new System.Drawing.Size(265, 12);
153 this.label2.TabIndex = 11;
154 this.label2.Text = "※店舗コード重複時に優先するエリアを指定してください";
155 //
156 // buttonCsvRulesUpdate
157 //
158 this.buttonCsvRulesUpdate.Location = new System.Drawing.Point(24, 172);
159 this.buttonCsvRulesUpdate.Name = "buttonCsvRulesUpdate";
160 this.buttonCsvRulesUpdate.Size = new System.Drawing.Size(151, 34);
161 this.buttonCsvRulesUpdate.TabIndex = 8;
162 this.buttonCsvRulesUpdate.Text = "CSV変換定義の自動更新";
163 this.buttonCsvRulesUpdate.UseVisualStyleBackColor = true;
164 this.buttonCsvRulesUpdate.Click += new System.EventHandler(this.buttonCsvRulesUpdate_Click);
165 //
166 // OptionDialog
167 //
168 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
169 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
170 this.ClientSize = new System.Drawing.Size(444, 256);
171 this.Controls.Add(this.buttonCsvRulesUpdate);
172 this.Controls.Add(this.groupBox1);
173 this.Controls.Add(this.buttonCancel);
174 this.Controls.Add(this.buttonOK);
175 this.Controls.Add(this.checkAutoKickOfxFile);
176 this.Controls.Add(this.checkManualOfxPath);
177 this.Controls.Add(this.checkIgnoreZeroTransaction);
178 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
179 this.Name = "OptionDialog";
180 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
181 this.Text = "オプション";
182 this.groupBox1.ResumeLayout(false);
183 this.groupBox1.PerformLayout();
184 this.ResumeLayout(false);
185 this.PerformLayout();
186
187 }
188
189 #endregion
190
191 private System.Windows.Forms.CheckBox checkIgnoreZeroTransaction;
192 private System.Windows.Forms.CheckBox checkManualOfxPath;
193 private System.Windows.Forms.CheckBox checkAutoKickOfxFile;
194 private System.Windows.Forms.Button buttonOK;
195 private System.Windows.Forms.Button buttonCancel;
196 private System.Windows.Forms.OpenFileDialog openFileDialog;
197 private System.Windows.Forms.RadioButton radioSuica;
198 private System.Windows.Forms.RadioButton radioIcoca;
199 private System.Windows.Forms.RadioButton radioIruca;
200 private System.Windows.Forms.GroupBox groupBox1;
201 private System.Windows.Forms.Label label2;
202 private System.Windows.Forms.Button buttonCsvRulesUpdate;
203 }
204 }

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