namespace OrderManagement { partial class EditOrderDlg { /// /// 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.cancelButton); this.splitContainer1.Panel2.Controls.Add(this.okButton); this.splitContainer1.Size = new System.Drawing.Size(685, 352); this.splitContainer1.SplitterDistance = 555; this.splitContainer1.TabIndex = 0; // // cancelButton // this.cancelButton.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.cancelButton.Location = new System.Drawing.Point(21, 70); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(85, 40); this.cancelButton.TabIndex = 6; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // okButton // this.okButton.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.okButton.Location = new System.Drawing.Point(21, 20); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(85, 40); this.okButton.TabIndex = 5; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // EditOrderDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(685, 352); this.Controls.Add(this.splitContainer1); this.Name = "EditOrderDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Production order properties"; this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; } }