Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 109 - (show annotations) (download)
Sun Mar 9 06:14:50 2008 UTC (16 years, 1 month ago) by tmurakam
File size: 9123 byte(s)
ver 2.2

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

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