namespace TestFullLoad { partial class frmLoadAtOnce { /// /// 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.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.lbProcedures = new System.Windows.Forms.ListBox(); this.pg = new System.Windows.Forms.PropertyGrid(); this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.cbUnits = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.tbItemID = new System.Windows.Forms.TextBox(); this.btnRunOne = new System.Windows.Forms.Button(); this.btnRunAll = new System.Windows.Forms.Button(); this.cbType = new System.Windows.Forms.ComboBox(); this.statusStrip1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 544); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1047, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // tsslStatus // this.tsslStatus.Name = "tsslStatus"; this.tsslStatus.Size = new System.Drawing.Size(39, 17); this.tsslStatus.Text = "Ready"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 30); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.lbProcedures); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.pg); this.splitContainer1.Size = new System.Drawing.Size(1047, 514); this.splitContainer1.SplitterDistance = 406; this.splitContainer1.TabIndex = 2; // // lbProcedures // this.lbProcedures.Dock = System.Windows.Forms.DockStyle.Fill; this.lbProcedures.FormattingEnabled = true; this.lbProcedures.Location = new System.Drawing.Point(0, 0); this.lbProcedures.Name = "lbProcedures"; this.lbProcedures.Size = new System.Drawing.Size(406, 511); this.lbProcedures.TabIndex = 0; // // pg // this.pg.Dock = System.Windows.Forms.DockStyle.Fill; this.pg.Location = new System.Drawing.Point(0, 0); this.pg.Name = "pg"; this.pg.Size = new System.Drawing.Size(637, 514); this.pg.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.cbUnits); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.tbItemID); this.panel1.Controls.Add(this.btnRunOne); this.panel1.Controls.Add(this.btnRunAll); this.panel1.Controls.Add(this.cbType); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1047, 30); this.panel1.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(504, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 13); this.label2.TabIndex = 6; this.label2.Text = "Units:"; // // cbUnits // this.cbUnits.Enabled = false; this.cbUnits.FormattingEnabled = true; this.cbUnits.Location = new System.Drawing.Point(544, 6); this.cbUnits.Name = "cbUnits"; this.cbUnits.Size = new System.Drawing.Size(224, 21); this.cbUnits.TabIndex = 5; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(315, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 4; this.label1.Text = "ItemID"; // // tbItemID // this.tbItemID.Location = new System.Drawing.Point(359, 5); this.tbItemID.Name = "tbItemID"; this.tbItemID.Size = new System.Drawing.Size(40, 20); this.tbItemID.TabIndex = 3; this.tbItemID.Text = "4545"; // // btnRunOne // this.btnRunOne.Location = new System.Drawing.Point(405, 3); this.btnRunOne.Name = "btnRunOne"; this.btnRunOne.Size = new System.Drawing.Size(75, 23); this.btnRunOne.TabIndex = 2; this.btnRunOne.Text = "Run One"; this.btnRunOne.UseVisualStyleBackColor = true; this.btnRunOne.Click += new System.EventHandler(this.btnRunOne_Click); // // btnRunAll // this.btnRunAll.Location = new System.Drawing.Point(198, 3); this.btnRunAll.Name = "btnRunAll"; this.btnRunAll.Size = new System.Drawing.Size(75, 23); this.btnRunAll.TabIndex = 1; this.btnRunAll.Text = "Run All"; this.btnRunAll.UseVisualStyleBackColor = true; this.btnRunAll.Click += new System.EventHandler(this.btnRunAll_Click); // // cbType // this.cbType.FormattingEnabled = true; this.cbType.Items.AddRange(new object[] { "One at a time", "CSLA - All at Once - Spin Through Children", "SQL - All at Once - Query"}); this.cbType.Location = new System.Drawing.Point(12, 5); this.cbType.Name = "cbType"; this.cbType.Size = new System.Drawing.Size(177, 21); this.cbType.TabIndex = 0; this.cbType.Text = "One at a time"; // // frmLoadAtOnce // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1047, 566); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.panel1); this.Name = "frmLoadAtOnce"; this.Text = "Test Load at Once"; this.Load += new System.EventHandler(this.frmLoadAtOnce_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLoadAtOnce_FormClosing); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tsslStatus; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.PropertyGrid pg; private System.Windows.Forms.ListBox lbProcedures; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox cbType; private System.Windows.Forms.Button btnRunAll; private System.Windows.Forms.Button btnRunOne; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbItemID; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cbUnits; } }