namespace FeliCa2Money { partial class CsvDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.listBox = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBranchId = new System.Windows.Forms.TextBox(); this.textAccountId = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // listBox // this.listBox.FormattingEnabled = true; this.listBox.ItemHeight = 12; this.listBox.Location = new System.Drawing.Point(14, 24); this.listBox.Name = "listBox"; this.listBox.Size = new System.Drawing.Size(348, 244); this.listBox.TabIndex = 0; this.listBox.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 1; this.label1.Text = "種別"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 285); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 2; this.label2.Text = "支店番号"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 316); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 3; this.label3.Text = "口座番号"; // // textBranchId // this.textBranchId.Location = new System.Drawing.Point(71, 282); this.textBranchId.Name = "textBranchId"; this.textBranchId.Size = new System.Drawing.Size(139, 19); this.textBranchId.TabIndex = 4; this.textBranchId.Leave += new System.EventHandler(this.textBranchId_Leave); // // textAccountId // this.textAccountId.Location = new System.Drawing.Point(71, 313); this.textAccountId.Name = "textAccountId"; this.textAccountId.Size = new System.Drawing.Size(139, 19); this.textAccountId.TabIndex = 5; this.textAccountId.Leave += new System.EventHandler(this.textAccountId_Leave); // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Location = new System.Drawing.Point(98, 356); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 6; this.button1.Text = "OK"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(191, 356); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 7; this.button2.Text = "キャンセル"; this.button2.UseVisualStyleBackColor = true; // // CsvDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(374, 391); this.ControlBox = false; this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.textAccountId); this.Controls.Add(this.textBranchId); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listBox); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CsvDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CSV読み込み設定"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CsvDialog_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBranchId; private System.Windows.Forms.TextBox textAccountId; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; } }