namespace DHSoftware.Views { partial class AddCubicleWindow { /// /// 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() { txtName = new AntdUI.Input(); btnOK = new AntdUI.Button(); btnCancel = new AntdUI.Button(); SuspendLayout(); // // txtName // txtName.Location = new Point(35, 47); txtName.Name = "txtName"; txtName.PlaceholderText = "请输入新增工位名称"; txtName.Size = new Size(299, 48); txtName.TabIndex = 0; // // btnOK // btnOK.Location = new Point(170, 136); btnOK.Name = "btnOK"; btnOK.Size = new Size(75, 40); btnOK.TabIndex = 1; btnOK.Text = "确定"; btnOK.Click += btnOK_Click; // // btnCancel // btnCancel.Location = new Point(259, 136); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(75, 40); btnCancel.TabIndex = 2; btnCancel.Text = "取消"; btnCancel.Click += btnCancel_Click; // // AddCubicleWindow // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(369, 188); Controls.Add(btnCancel); Controls.Add(btnOK); Controls.Add(txtName); Name = "AddCubicleWindow"; StartPosition = FormStartPosition.CenterParent; Text = "AddCubicleWindow"; ResumeLayout(false); } #endregion private AntdUI.Input txtName; private AntdUI.Button btnOK; private AntdUI.Button btnCancel; } }