namespace Itrycn_Project2.DbOp { partial class FrmAdd { /// /// 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.btnCancel = new ryControls.ButtonEx(); this.btnOK = new ryControls.ButtonEx(); this.label1 = new System.Windows.Forms.Label(); this.txtName = new ryControls.TextBoxEx2(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(363, 310); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(65, 27); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(292, 310); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(65, 27); this.btnOK.TabIndex = 4; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 7; this.label1.Text = "名称"; // // txtName // this.txtName.BackColor = System.Drawing.Color.White; this.txtName.Location = new System.Drawing.Point(55, 12); this.txtName.Name = "txtName"; this.txtName.PasswordChar = '\0'; this.txtName.ReadOnly = false; this.txtName.SelectionLength = 0; this.txtName.SelectionStart = 0; this.txtName.Size = new System.Drawing.Size(372, 25); this.txtName.TabIndex = 6; // // frmAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(438, 347); this.Controls.Add(this.label1); this.Controls.Add(this.txtName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Name = "frmAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "新增"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private ryControls.ButtonEx btnCancel; private ryControls.ButtonEx btnOK; private System.Windows.Forms.Label label1; private ryControls.TextBoxEx2 txtName; } }