namespace CSFrameworkV5.Library.PermissionForms { partial class frmEditorAction { /// /// 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(frmEditorAction)); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txtValue = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtName = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.pnlButtonAction.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl14 // this.labelControl14.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl14.Appearance.Options.UseForeColor = true; this.labelControl14.Location = new System.Drawing.Point(25, 134); // // labelControl13 // this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl13.Appearance.Options.UseForeColor = true; this.labelControl13.Location = new System.Drawing.Point(11, 136); // // btnCancel // this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image"))); this.btnCancel.Location = new System.Drawing.Point(208, 13); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.ImageOptions.Image"))); this.btnOK.Location = new System.Drawing.Point(112, 13); this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // panelControl1 // this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.txtValue); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txtName); this.panelControl1.Size = new System.Drawing.Size(374, 100); // // panel1 // this.pnlButtonAction.Location = new System.Drawing.Point(0, 120); this.pnlButtonAction.Size = new System.Drawing.Size(397, 55); // // labelControl10 // this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl10.Appearance.Options.UseFont = true; this.labelControl10.Appearance.Options.UseForeColor = true; this.labelControl10.Location = new System.Drawing.Point(189, 53); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(8, 18); this.labelControl10.TabIndex = 79; this.labelControl10.Text = "*"; // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Appearance.Options.UseForeColor = true; this.labelControl9.Location = new System.Drawing.Point(241, 22); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(8, 18); this.labelControl9.TabIndex = 78; this.labelControl9.Text = "*"; // // txtValue // this.txtValue.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True; this.txtValue.Location = new System.Drawing.Point(84, 47); this.txtValue.Name = "txtValue"; this.txtValue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtValue.Properties.Appearance.Options.UseFont = true; this.txtValue.Size = new System.Drawing.Size(99, 22); this.txtValue.TabIndex = 77; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(42, 22); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(36, 14); this.labelControl4.TabIndex = 76; this.labelControl4.Text = "名称:"; // // txtName // this.txtName.Location = new System.Drawing.Point(84, 20); this.txtName.Name = "txtName"; this.txtName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtName.Properties.Appearance.Options.UseFont = true; this.txtName.Size = new System.Drawing.Size(151, 22); this.txtName.TabIndex = 75; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(42, 49); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 80; this.labelControl1.Text = "数值:"; // // frmEditorAction // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(397, 175); this.Name = "frmEditorAction"; this.Text = "功能点编辑窗体"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.pnlButtonAction.ResumeLayout(false); this.pnlButtonAction.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.TextEdit txtValue; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraEditors.LabelControl labelControl1; } }