namespace FireWallet { partial class BatchImportForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchImportForm)); listBoxDomains = new ListBox(); label1 = new Label(); comboBoxMode = new ComboBox(); label2 = new Label(); label3 = new Label(); label4 = new Label(); textBoxBid = new TextBox(); textBoxBlind = new TextBox(); buttonImport = new Button(); buttonCancel = new Button(); label5 = new Label(); groupBoxBid = new GroupBox(); groupBoxtransfer = new GroupBox(); textBoxToAddress = new TextBox(); groupBoxBid.SuspendLayout(); groupBoxtransfer.SuspendLayout(); SuspendLayout(); // // listBoxDomains // listBoxDomains.FormattingEnabled = true; listBoxDomains.ItemHeight = 15; listBoxDomains.Location = new Point(12, 42); listBoxDomains.Name = "listBoxDomains"; listBoxDomains.Size = new Size(241, 484); listBoxDomains.TabIndex = 0; // // label1 // label1.AutoSize = true; label1.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); label1.Location = new Point(12, 9); label1.Name = "label1"; label1.Size = new Size(75, 21); label1.TabIndex = 1; label1.Text = "Domains:"; // // comboBoxMode // comboBoxMode.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxMode.FlatStyle = FlatStyle.Flat; comboBoxMode.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); comboBoxMode.FormattingEnabled = true; comboBoxMode.Items.AddRange(new object[] { "OPEN", "BID", "REVEAL", "REDEEM", "RENEW", "TRANSFER", "FINALIZE", "CANCEL" }); comboBoxMode.Location = new Point(346, 42); comboBoxMode.Name = "comboBoxMode"; comboBoxMode.Size = new Size(226, 29); comboBoxMode.TabIndex = 2; comboBoxMode.SelectedIndexChanged += comboBoxMode_SelectedIndexChanged; // // label2 // label2.AutoSize = true; label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); label2.Location = new Point(287, 45); label2.Name = "label2"; label2.Size = new Size(53, 21); label2.TabIndex = 3; label2.Text = "Mode:"; // // label3 // label3.AutoSize = true; label3.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); label3.Location = new Point(25, 25); label3.Name = "label3"; label3.Size = new Size(35, 21); label3.TabIndex = 3; label3.Text = "Bid:"; // // label4 // label4.AutoSize = true; label4.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); label4.Location = new Point(12, 73); label4.Name = "label4"; label4.Size = new Size(48, 21); label4.TabIndex = 3; label4.Text = "Blind:"; // // textBoxBid // textBoxBid.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); textBoxBid.Location = new Point(66, 22); textBoxBid.Name = "textBoxBid"; textBoxBid.Size = new Size(226, 29); textBoxBid.TabIndex = 4; // // textBoxBlind // textBoxBlind.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); textBoxBlind.Location = new Point(66, 70); textBoxBlind.Name = "textBoxBlind"; textBoxBlind.Size = new Size(226, 29); textBoxBlind.TabIndex = 5; // // buttonImport // buttonImport.FlatStyle = FlatStyle.Flat; buttonImport.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); buttonImport.Location = new Point(851, 485); buttonImport.Name = "buttonImport"; buttonImport.Size = new Size(87, 38); buttonImport.TabIndex = 6; buttonImport.Text = "Import"; buttonImport.UseVisualStyleBackColor = true; buttonImport.Click += buttonImport_Click; // // buttonCancel // buttonCancel.FlatStyle = FlatStyle.Flat; buttonCancel.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); buttonCancel.Location = new Point(731, 485); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(87, 38); buttonCancel.TabIndex = 6; buttonCancel.Text = "Cancel"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // label5 // label5.AutoSize = true; label5.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); label5.Location = new Point(6, 19); label5.Name = "label5"; label5.Size = new Size(67, 21); label5.TabIndex = 7; label5.Text = "Send To:"; // // groupBoxBid // groupBoxBid.Controls.Add(textBoxBid); groupBoxBid.Controls.Add(label3); groupBoxBid.Controls.Add(label4); groupBoxBid.Controls.Add(textBoxBlind); groupBoxBid.Location = new Point(287, 99); groupBoxBid.Name = "groupBoxBid"; groupBoxBid.Size = new Size(370, 200); groupBoxBid.TabIndex = 8; groupBoxBid.TabStop = false; groupBoxBid.Text = "Bid Settings"; // // groupBoxtransfer // groupBoxtransfer.Controls.Add(textBoxToAddress); groupBoxtransfer.Controls.Add(label5); groupBoxtransfer.Location = new Point(287, 99); groupBoxtransfer.Name = "groupBoxtransfer"; groupBoxtransfer.Size = new Size(370, 200); groupBoxtransfer.TabIndex = 0; groupBoxtransfer.TabStop = false; groupBoxtransfer.Text = "Transfer Settings"; // // textBoxToAddress // textBoxToAddress.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point); textBoxToAddress.Location = new Point(6, 43); textBoxToAddress.Name = "textBoxToAddress"; textBoxToAddress.Size = new Size(358, 29); textBoxToAddress.TabIndex = 8; // // BatchImportForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(950, 535); Controls.Add(groupBoxtransfer); Controls.Add(groupBoxBid); Controls.Add(buttonCancel); Controls.Add(buttonImport); Controls.Add(label2); Controls.Add(comboBoxMode); Controls.Add(label1); Controls.Add(listBoxDomains); FormBorderStyle = FormBorderStyle.Fixed3D; Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; Name = "BatchImportForm"; Text = "Import"; Load += BatchImportForm_Load; groupBoxBid.ResumeLayout(false); groupBoxBid.PerformLayout(); groupBoxtransfer.ResumeLayout(false); groupBoxtransfer.PerformLayout(); ResumeLayout(false); PerformLayout(); } #endregion private ListBox listBoxDomains; private Label label1; private ComboBox comboBoxMode; private Label label2; private Label label3; private Label label4; private TextBox textBoxBid; private TextBox textBoxBlind; private Button buttonImport; private Button buttonCancel; private Label label5; private GroupBox groupBoxBid; private GroupBox groupBoxtransfer; private TextBox textBoxToAddress; } }