namespace Cyberpipe { partial class FrmAPP { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.txtCode = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(17, 14); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(95, 23); this.labelX1.TabIndex = 0; this.labelX1.Text = "分系统代号: "; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(17, 43); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(95, 23); this.labelX2.TabIndex = 0; this.labelX2.Text = "分系统名称: "; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(46, 82); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 2; this.buttonX1.Text = "添加"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(141, 82); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 2; this.buttonX2.Text = "关闭"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // txtCode // this.txtCode.Location = new System.Drawing.Point(98, 13); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(135, 21); this.txtCode.TabIndex = 3; // // txtName // this.txtName.Location = new System.Drawing.Point(98, 43); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(135, 21); this.txtName.TabIndex = 4; // // FrmAPP // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(255, 119); this.Controls.Add(this.txtName); this.Controls.Add(this.txtCode); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmAPP"; this.ShowIcon = false; this.Text = "添加分系统信息"; this.Load += new System.EventHandler(this.FrmAPP_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX2; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.TextBox txtName; } }