namespace ZJ_BYD { partial class MyActivave { /// /// 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() { DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyActivave)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.txtKeyCode = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.btnActive = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit(); this.stackPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.stackPanel1); this.layoutControl1.Controls.Add(this.txtKeyCode); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(719, 161); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition1.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition2.Height = 100D; rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2}); this.Root.Size = new System.Drawing.Size(719, 161); this.Root.TextVisible = false; // // txtKeyCode // this.txtKeyCode.Location = new System.Drawing.Point(100, 22); this.txtKeyCode.Name = "txtKeyCode"; this.txtKeyCode.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtKeyCode.Properties.Appearance.Options.UseFont = true; this.txtKeyCode.Properties.AutoHeight = false; this.txtKeyCode.Size = new System.Drawing.Size(597, 48); this.txtKeyCode.StyleController = this.layoutControl1; this.txtKeyCode.TabIndex = 4; // // layoutControlItem1 // this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem1.Control = this.txtKeyCode; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10); this.layoutControlItem1.Size = new System.Drawing.Size(695, 68); this.layoutControlItem1.Text = "激活码:"; this.layoutControlItem1.TextSize = new System.Drawing.Size(64, 21); // // stackPanel1 // this.stackPanel1.Controls.Add(this.btnActive); this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.stackPanel1.Location = new System.Drawing.Point(14, 82); this.stackPanel1.Name = "stackPanel1"; this.stackPanel1.Padding = new System.Windows.Forms.Padding(0, 0, 20, 0); this.stackPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.stackPanel1.Size = new System.Drawing.Size(691, 65); this.stackPanel1.TabIndex = 5; // // layoutControlItem2 // this.layoutControlItem2.Control = this.stackPanel1; this.layoutControlItem2.Location = new System.Drawing.Point(0, 68); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem2.Size = new System.Drawing.Size(695, 69); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // btnActive // this.btnActive.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnActive.Appearance.ForeColor = System.Drawing.Color.White; this.btnActive.Appearance.Options.UseFont = true; this.btnActive.Appearance.Options.UseForeColor = true; this.btnActive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnActive.BackgroundImage"))); this.btnActive.Location = new System.Drawing.Point(560, 10); this.btnActive.Name = "btnActive"; this.btnActive.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.btnActive.Size = new System.Drawing.Size(108, 44); this.btnActive.TabIndex = 0; this.btnActive.Text = "激活"; this.btnActive.Click += new System.EventHandler(this.btnActive_Click); // // MyActivave // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(719, 161); this.Controls.Add(this.layoutControl1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "MyActivave"; this.Text = "激活码"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit(); this.stackPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.TextEdit txtKeyCode; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.Utils.Layout.StackPanel stackPanel1; private DevExpress.XtraEditors.SimpleButton btnActive; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }