namespace VSoft { partial class FrmAddColumn { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddColumn)); this.BtnCancel = new ryControls.ButtonEx(); this.BtnOK = new ryControls.ButtonEx(); this.label1 = new System.Windows.Forms.Label(); this.TxtName = new ryControls.TextBoxEx2(); this.label2 = new System.Windows.Forms.Label(); this.TxtDes = 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.BaseColor = System.Drawing.Color.Teal; this.BtnCancel.ColorGradient = true; this.BtnCancel.Location = new System.Drawing.Point(262, 130); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(75, 27); this.BtnCancel.TabIndex = 10; 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.BaseColor = System.Drawing.Color.Teal; this.BtnOK.ColorGradient = true; this.BtnOK.Location = new System.Drawing.Point(181, 130); this.BtnOK.Name = "BtnOK"; this.BtnOK.Size = new System.Drawing.Size(75, 27); this.BtnOK.TabIndex = 9; 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(12, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 12; this.label1.Text = "名称"; // // TxtName // this.TxtName.BackColor = System.Drawing.Color.White; this.TxtName.EmptyText = ""; this.TxtName.Location = new System.Drawing.Point(12, 51); this.TxtName.MaxLength = 999999999; this.TxtName.Multiline = false; this.TxtName.Name = "TxtName"; this.TxtName.OnlyNumeric = false; this.TxtName.PasswordChar = '\0'; this.TxtName.ReadOnly = false; this.TxtName.SelectedText = ""; this.TxtName.SelectionLength = 0; this.TxtName.SelectionStart = 0; this.TxtName.Size = new System.Drawing.Size(327, 22); this.TxtName.TabIndex = 11; this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtName.ToolTip = ""; this.TxtName.WordWrap = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 79); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 14; this.label2.Text = "备注"; // // TxtDes // this.TxtDes.BackColor = System.Drawing.Color.White; this.TxtDes.EmptyText = ""; this.TxtDes.Location = new System.Drawing.Point(12, 99); this.TxtDes.MaxLength = 999999999; this.TxtDes.Multiline = false; this.TxtDes.Name = "TxtDes"; this.TxtDes.OnlyNumeric = false; this.TxtDes.PasswordChar = '\0'; this.TxtDes.ReadOnly = false; this.TxtDes.SelectedText = ""; this.TxtDes.SelectionLength = 0; this.TxtDes.SelectionStart = 0; this.TxtDes.Size = new System.Drawing.Size(327, 22); this.TxtDes.TabIndex = 13; this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtDes.ToolTip = ""; this.TxtDes.WordWrap = true; // // FrmAddColumn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(348, 164); this.Controls.Add(this.label2); this.Controls.Add(this.TxtDes); this.Controls.Add(this.label1); this.Controls.Add(this.TxtName); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FrmAddColumn"; 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; public ryControls.TextBoxEx2 TxtName; private System.Windows.Forms.Label label2; public ryControls.TextBoxEx2 TxtDes; } }