namespace Forms { partial class ProviderForm { /// /// 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() { controlSelectedComboBoxList = new ControlsLibraryNet60.Selected.ControlSelectedComboBoxList(); textBoxName = new TextBox(); label1 = new Label(); textBoxFurnitureType = new TextBox(); label2 = new Label(); label3 = new Label(); label4 = new Label(); buttonAdd = new Button(); buttonCancel = new Button(); controlInputNullableDate = new ComponentProgramming.Control.DateBoxWithNull(); SuspendLayout(); // // controlSelectedComboBoxList // controlSelectedComboBoxList.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; controlSelectedComboBoxList.Location = new Point(12, 119); controlSelectedComboBoxList.Margin = new Padding(5, 3, 5, 3); controlSelectedComboBoxList.Name = "controlSelectedComboBoxList"; controlSelectedComboBoxList.SelectedElement = ""; controlSelectedComboBoxList.Size = new Size(254, 24); controlSelectedComboBoxList.TabIndex = 1; controlSelectedComboBoxList.SelectedElementChange += OnInputChange; // // textBoxName // textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxName.Location = new Point(12, 27); textBoxName.Name = "textBoxName"; textBoxName.Size = new Size(254, 23); textBoxName.TabIndex = 2; textBoxName.TextChanged += OnInputChange; // // label1 // label1.AutoSize = true; label1.Location = new Point(12, 9); label1.Name = "label1"; label1.Size = new Size(42, 15); label1.TabIndex = 3; label1.Text = "Name:"; // // textBoxFurnitureType // textBoxFurnitureType.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxFurnitureType.Location = new Point(12, 73); textBoxFurnitureType.Name = "textBoxFurnitureType"; textBoxFurnitureType.Size = new Size(254, 23); textBoxFurnitureType.TabIndex = 4; textBoxFurnitureType.TextChanged += OnInputChange; // // label2 // label2.AutoSize = true; label2.Location = new Point(12, 55); label2.Name = "label2"; label2.Size = new Size(84, 15); label2.TabIndex = 5; label2.Text = "Furniture type:"; // // label3 // label3.AutoSize = true; label3.Location = new Point(12, 101); label3.Name = "label3"; label3.Size = new Size(104, 15); label3.TabIndex = 6; label3.Text = "Organisation type:"; // // label4 // label4.AutoSize = true; label4.Location = new Point(12, 146); label4.Name = "label4"; label4.Size = new Size(75, 15); label4.TabIndex = 7; label4.Text = "Last delivery:"; // // buttonAdd // buttonAdd.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left; buttonAdd.Location = new Point(12, 196); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(94, 36); buttonAdd.TabIndex = 8; buttonAdd.Text = "Add"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // buttonCancel // buttonCancel.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left; buttonCancel.Location = new Point(173, 196); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 36); buttonCancel.TabIndex = 9; buttonCancel.Text = "Cancel"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // controlInputNullableDate // controlInputNullableDate.Location = new Point(12, 165); controlInputNullableDate.Name = "controlInputNullableDate"; controlInputNullableDate.Size = new Size(255, 30); controlInputNullableDate.TabIndex = 10; // // ProviderForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(279, 241); Controls.Add(controlInputNullableDate); Controls.Add(buttonCancel); Controls.Add(buttonAdd); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(textBoxFurnitureType); Controls.Add(label1); Controls.Add(textBoxName); Controls.Add(controlSelectedComboBoxList); Name = "ProviderForm"; Text = "Create Provider"; FormClosing += ProviderForm_FormClosing; ResumeLayout(false); PerformLayout(); } #endregion private ControlsLibraryNet60.Selected.ControlSelectedComboBoxList controlSelectedComboBoxList; private TextBox textBoxName; private Label label1; private TextBox textBoxFurnitureType; private Label label2; private Label label3; private Label label4; private Button buttonAdd; private Button buttonCancel; private ComponentProgramming.Control.DateBoxWithNull controlInputNullableDate; } }