namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmEditorBase
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEditorBase));
|
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.pnlButtonAction = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.pnlButtonAction.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// labelControl14
|
//
|
this.labelControl14.Appearance.ForeColor = System.Drawing.Color.White;
|
this.labelControl14.Appearance.Options.UseForeColor = true;
|
this.labelControl14.Location = new System.Drawing.Point(32, 19);
|
this.labelControl14.Name = "labelControl14";
|
this.labelControl14.Size = new System.Drawing.Size(84, 14);
|
this.labelControl14.TabIndex = 21;
|
this.labelControl14.Text = "标记不能为空!";
|
//
|
// labelControl13
|
//
|
this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl13.Appearance.Options.UseForeColor = true;
|
this.labelControl13.Location = new System.Drawing.Point(18, 21);
|
this.labelControl13.Name = "labelControl13";
|
this.labelControl13.Size = new System.Drawing.Size(7, 14);
|
this.labelControl13.TabIndex = 20;
|
this.labelControl13.Text = "*";
|
//
|
// btnCancel
|
//
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(219, 14);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(78, 30);
|
this.btnCancel.TabIndex = 19;
|
this.btnCancel.Text = "取消";
|
//
|
// btnOK
|
//
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.btnOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.ImageOptions.Image")));
|
this.btnOK.Location = new System.Drawing.Point(126, 14);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(78, 30);
|
this.btnOK.TabIndex = 18;
|
this.btnOK.Text = "确定";
|
//
|
// panelControl1
|
//
|
this.panelControl1.Location = new System.Drawing.Point(12, 12);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(374, 246);
|
this.panelControl1.TabIndex = 17;
|
//
|
// pnlButtonAction
|
//
|
this.pnlButtonAction.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.pnlButtonAction.Controls.Add(this.btnCancel);
|
this.pnlButtonAction.Controls.Add(this.labelControl14);
|
this.pnlButtonAction.Controls.Add(this.labelControl13);
|
this.pnlButtonAction.Controls.Add(this.btnOK);
|
this.pnlButtonAction.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.pnlButtonAction.Location = new System.Drawing.Point(0, 274);
|
this.pnlButtonAction.Name = "pnlButtonAction";
|
this.pnlButtonAction.Size = new System.Drawing.Size(402, 55);
|
this.pnlButtonAction.TabIndex = 22;
|
//
|
// frmEditorBase
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(402, 329);
|
this.Controls.Add(this.pnlButtonAction);
|
this.Controls.Add(this.panelControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "frmEditorBase";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "资料编辑窗体";
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.pnlButtonAction.ResumeLayout(false);
|
this.pnlButtonAction.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
protected DevExpress.XtraEditors.LabelControl labelControl14;
|
protected DevExpress.XtraEditors.LabelControl labelControl13;
|
protected DevExpress.XtraEditors.SimpleButton btnCancel;
|
protected DevExpress.XtraEditors.SimpleButton btnOK;
|
protected DevExpress.XtraEditors.PanelControl panelControl1;
|
protected System.Windows.Forms.Panel pnlButtonAction;
|
}
|
}
|