namespace CSFrameworkV5.Library
|
{
|
partial class frmFormConfigDetail
|
{
|
/// <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(frmFormConfigDetail));
|
this.listFields = new DevExpress.XtraEditors.CheckedListBoxControl();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.btnTop = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.btnUp = new DevExpress.XtraEditors.SimpleButton();
|
this.btnDown = new DevExpress.XtraEditors.SimpleButton();
|
this.btnBottom = new DevExpress.XtraEditors.SimpleButton();
|
this.btnShowAll = new DevExpress.XtraEditors.SimpleButton();
|
this.btnHideAll = new DevExpress.XtraEditors.SimpleButton();
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
|
this.txtPoint = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
this.lblExample = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
this.txtReadOnly = new DevExpress.XtraEditors.CheckEdit();
|
this.txtNoBlank = new DevExpress.XtraEditors.CheckEdit();
|
this.txtWidth = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
this.txtCustomCaption = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
this.txtFieldName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.txtDefaultCaption = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)(this.listFields)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
this.groupControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
|
this.groupControl3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtPoint.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
this.groupControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtReadOnly.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtNoBlank.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtWidth.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomCaption.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFieldName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDefaultCaption.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// listFields
|
//
|
this.listFields.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.listFields.Appearance.Options.UseFont = true;
|
this.listFields.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
this.listFields.CheckMember = "Visible";
|
this.listFields.ItemHeight = 25;
|
this.listFields.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null),
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null),
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null)});
|
this.listFields.Location = new System.Drawing.Point(12, 26);
|
this.listFields.Name = "listFields";
|
this.listFields.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
this.listFields.Size = new System.Drawing.Size(379, 178);
|
this.listFields.TabIndex = 1;
|
this.listFields.SelectedIndexChanged += new System.EventHandler(this.listFields_SelectedIndexChanged);
|
//
|
// labelControl2
|
//
|
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
this.labelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
this.labelControl2.Location = new System.Drawing.Point(44, 5);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(347, 22);
|
this.labelControl2.TabIndex = 3;
|
this.labelControl2.Text = " 字段名称";
|
//
|
// btnTop
|
//
|
this.btnTop.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnTop.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnTop.Location = new System.Drawing.Point(3, 8);
|
this.btnTop.Name = "btnTop";
|
this.btnTop.Size = new System.Drawing.Size(90, 27);
|
this.btnTop.TabIndex = 4;
|
this.btnTop.Text = "最上";
|
this.btnTop.Click += new System.EventHandler(this.btnTop_Click);
|
//
|
// labelControl3
|
//
|
this.labelControl3.Appearance.Options.UseTextOptions = true;
|
this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
this.labelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
this.labelControl3.Location = new System.Drawing.Point(12, 5);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(33, 22);
|
this.labelControl3.TabIndex = 5;
|
this.labelControl3.Text = "显示";
|
//
|
// btnUp
|
//
|
this.btnUp.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnUp.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUp.Location = new System.Drawing.Point(3, 38);
|
this.btnUp.Name = "btnUp";
|
this.btnUp.Size = new System.Drawing.Size(90, 27);
|
this.btnUp.TabIndex = 6;
|
this.btnUp.Text = "上移";
|
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
|
//
|
// btnDown
|
//
|
this.btnDown.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnDown.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnDown.Location = new System.Drawing.Point(3, 68);
|
this.btnDown.Name = "btnDown";
|
this.btnDown.Size = new System.Drawing.Size(90, 27);
|
this.btnDown.TabIndex = 7;
|
this.btnDown.Text = "下移";
|
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
|
//
|
// btnBottom
|
//
|
this.btnBottom.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnBottom.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnBottom.Location = new System.Drawing.Point(3, 98);
|
this.btnBottom.Name = "btnBottom";
|
this.btnBottom.Size = new System.Drawing.Size(90, 27);
|
this.btnBottom.TabIndex = 8;
|
this.btnBottom.Text = "最下";
|
this.btnBottom.Click += new System.EventHandler(this.btnBottom_Click);
|
//
|
// btnShowAll
|
//
|
this.btnShowAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnShowAll.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnShowAll.Location = new System.Drawing.Point(3, 128);
|
this.btnShowAll.Name = "btnShowAll";
|
this.btnShowAll.Size = new System.Drawing.Size(90, 27);
|
this.btnShowAll.TabIndex = 9;
|
this.btnShowAll.Text = "全部显示";
|
this.btnShowAll.Click += new System.EventHandler(this.btnShowAll_Click);
|
//
|
// btnHideAll
|
//
|
this.btnHideAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnHideAll.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnHideAll.Location = new System.Drawing.Point(3, 158);
|
this.btnHideAll.Name = "btnHideAll";
|
this.btnHideAll.Size = new System.Drawing.Size(90, 27);
|
this.btnHideAll.TabIndex = 10;
|
this.btnHideAll.Text = "全部隐藏";
|
this.btnHideAll.Click += new System.EventHandler(this.btnHideAll_Click);
|
//
|
// groupControl1
|
//
|
this.groupControl1.Controls.Add(this.groupControl3);
|
this.groupControl1.Controls.Add(this.groupControl2);
|
this.groupControl1.Controls.Add(this.txtWidth);
|
this.groupControl1.Controls.Add(this.labelControl5);
|
this.groupControl1.Controls.Add(this.txtCustomCaption);
|
this.groupControl1.Controls.Add(this.labelControl6);
|
this.groupControl1.Controls.Add(this.txtFieldName);
|
this.groupControl1.Controls.Add(this.labelControl4);
|
this.groupControl1.Controls.Add(this.txtDefaultCaption);
|
this.groupControl1.Controls.Add(this.labelControl1);
|
this.groupControl1.Location = new System.Drawing.Point(12, 208);
|
this.groupControl1.Name = "groupControl1";
|
this.groupControl1.Size = new System.Drawing.Size(475, 193);
|
this.groupControl1.TabIndex = 11;
|
this.groupControl1.Text = "属性";
|
//
|
// groupControl3
|
//
|
this.groupControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
|
this.groupControl3.Controls.Add(this.txtPoint);
|
this.groupControl3.Controls.Add(this.labelControl9);
|
this.groupControl3.Controls.Add(this.lblExample);
|
this.groupControl3.Controls.Add(this.labelControl7);
|
this.groupControl3.Location = new System.Drawing.Point(234, 85);
|
this.groupControl3.Name = "groupControl3";
|
this.groupControl3.Size = new System.Drawing.Size(220, 94);
|
this.groupControl3.TabIndex = 17;
|
this.groupControl3.Text = "数值显示格式";
|
//
|
// txtPoint
|
//
|
this.txtPoint.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.txtPoint.Location = new System.Drawing.Point(87, 57);
|
this.txtPoint.Name = "txtPoint";
|
this.txtPoint.Properties.Appearance.Options.UseTextOptions = true;
|
this.txtPoint.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.txtPoint.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtPoint.Properties.MaxValue = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.txtPoint.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtPoint.Size = new System.Drawing.Size(39, 20);
|
this.txtPoint.TabIndex = 12;
|
this.txtPoint.EditValueChanged += new System.EventHandler(this.txtPoint_EditValueChanged);
|
//
|
// labelControl9
|
//
|
this.labelControl9.Location = new System.Drawing.Point(33, 60);
|
this.labelControl9.Name = "labelControl9";
|
this.labelControl9.Size = new System.Drawing.Size(48, 14);
|
this.labelControl9.TabIndex = 11;
|
this.labelControl9.Text = "小数位:";
|
//
|
// lblExample
|
//
|
this.lblExample.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.lblExample.Appearance.Options.UseForeColor = true;
|
this.lblExample.Location = new System.Drawing.Point(87, 31);
|
this.lblExample.Name = "lblExample";
|
this.lblExample.Size = new System.Drawing.Size(56, 14);
|
this.lblExample.TabIndex = 10;
|
this.lblExample.Text = "20170808";
|
//
|
// labelControl7
|
//
|
this.labelControl7.Location = new System.Drawing.Point(47, 31);
|
this.labelControl7.Name = "labelControl7";
|
this.labelControl7.Size = new System.Drawing.Size(24, 14);
|
this.labelControl7.TabIndex = 9;
|
this.labelControl7.Text = "示例";
|
//
|
// groupControl2
|
//
|
this.groupControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
|
this.groupControl2.Controls.Add(this.txtReadOnly);
|
this.groupControl2.Controls.Add(this.txtNoBlank);
|
this.groupControl2.Location = new System.Drawing.Point(18, 85);
|
this.groupControl2.Name = "groupControl2";
|
this.groupControl2.Size = new System.Drawing.Size(208, 94);
|
this.groupControl2.TabIndex = 16;
|
this.groupControl2.Text = "控制";
|
//
|
// txtReadOnly
|
//
|
this.txtReadOnly.Location = new System.Drawing.Point(24, 60);
|
this.txtReadOnly.Name = "txtReadOnly";
|
this.txtReadOnly.Properties.Caption = "只读";
|
this.txtReadOnly.Size = new System.Drawing.Size(101, 19);
|
this.txtReadOnly.TabIndex = 1;
|
//
|
// txtNoBlank
|
//
|
this.txtNoBlank.Location = new System.Drawing.Point(24, 32);
|
this.txtNoBlank.Name = "txtNoBlank";
|
this.txtNoBlank.Properties.Caption = "不可空白";
|
this.txtNoBlank.Size = new System.Drawing.Size(101, 19);
|
this.txtNoBlank.TabIndex = 0;
|
//
|
// txtWidth
|
//
|
this.txtWidth.EditValue = "001";
|
this.txtWidth.Location = new System.Drawing.Point(311, 56);
|
this.txtWidth.Name = "txtWidth";
|
this.txtWidth.Properties.MaxLength = 9;
|
this.txtWidth.Size = new System.Drawing.Size(143, 20);
|
this.txtWidth.TabIndex = 15;
|
//
|
// labelControl5
|
//
|
this.labelControl5.Location = new System.Drawing.Point(269, 59);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(36, 14);
|
this.labelControl5.TabIndex = 14;
|
this.labelControl5.Text = "宽度:";
|
//
|
// txtCustomCaption
|
//
|
this.txtCustomCaption.EditValue = "001";
|
this.txtCustomCaption.Location = new System.Drawing.Point(311, 30);
|
this.txtCustomCaption.Name = "txtCustomCaption";
|
this.txtCustomCaption.Properties.MaxLength = 30;
|
this.txtCustomCaption.Size = new System.Drawing.Size(143, 20);
|
this.txtCustomCaption.TabIndex = 13;
|
//
|
// labelControl6
|
//
|
this.labelControl6.Location = new System.Drawing.Point(245, 33);
|
this.labelControl6.Name = "labelControl6";
|
this.labelControl6.Size = new System.Drawing.Size(60, 14);
|
this.labelControl6.TabIndex = 12;
|
this.labelControl6.Text = "显示名称:";
|
//
|
// txtFieldName
|
//
|
this.txtFieldName.EditValue = "001";
|
this.txtFieldName.Location = new System.Drawing.Point(84, 56);
|
this.txtFieldName.Name = "txtFieldName";
|
this.txtFieldName.Properties.ReadOnly = true;
|
this.txtFieldName.Size = new System.Drawing.Size(142, 20);
|
this.txtFieldName.TabIndex = 11;
|
//
|
// labelControl4
|
//
|
this.labelControl4.Location = new System.Drawing.Point(42, 59);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(36, 14);
|
this.labelControl4.TabIndex = 10;
|
this.labelControl4.Text = "字段:";
|
//
|
// txtDefaultCaption
|
//
|
this.txtDefaultCaption.EditValue = "001";
|
this.txtDefaultCaption.Location = new System.Drawing.Point(84, 30);
|
this.txtDefaultCaption.Name = "txtDefaultCaption";
|
this.txtDefaultCaption.Properties.ReadOnly = true;
|
this.txtDefaultCaption.Size = new System.Drawing.Size(142, 20);
|
this.txtDefaultCaption.TabIndex = 9;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(18, 33);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(60, 14);
|
this.labelControl1.TabIndex = 8;
|
this.labelControl1.Text = "默认名称:";
|
//
|
// panelControl1
|
//
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl1.Controls.Add(this.btnTop);
|
this.panelControl1.Controls.Add(this.btnUp);
|
this.panelControl1.Controls.Add(this.btnDown);
|
this.panelControl1.Controls.Add(this.btnBottom);
|
this.panelControl1.Controls.Add(this.btnHideAll);
|
this.panelControl1.Controls.Add(this.btnShowAll);
|
this.panelControl1.Location = new System.Drawing.Point(397, 9);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(99, 195);
|
this.panelControl1.TabIndex = 14;
|
//
|
// btnOK
|
//
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
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(154, 410);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(94, 37);
|
this.btnOK.TabIndex = 22;
|
this.btnOK.Text = "确认(&O)";
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
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(256, 410);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(94, 37);
|
this.btnCancel.TabIndex = 23;
|
this.btnCancel.Text = "取消(&C)";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// frmFormConfigDetail
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(505, 459);
|
this.Controls.Add(this.btnOK);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.panelControl1);
|
this.Controls.Add(this.groupControl1);
|
this.Controls.Add(this.labelControl3);
|
this.Controls.Add(this.labelControl2);
|
this.Controls.Add(this.listFields);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.Name = "frmFormConfigDetail";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "设定自定义画面";
|
this.Load += new System.EventHandler(this.frmFormConfigDetail_Load);
|
((System.ComponentModel.ISupportInitialize)(this.listFields)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
this.groupControl1.ResumeLayout(false);
|
this.groupControl1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
|
this.groupControl3.ResumeLayout(false);
|
this.groupControl3.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtPoint.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
this.groupControl2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtReadOnly.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtNoBlank.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtWidth.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomCaption.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFieldName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDefaultCaption.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.CheckedListBoxControl listFields;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.SimpleButton btnTop;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.SimpleButton btnUp;
|
private DevExpress.XtraEditors.SimpleButton btnDown;
|
private DevExpress.XtraEditors.SimpleButton btnBottom;
|
private DevExpress.XtraEditors.SimpleButton btnShowAll;
|
private DevExpress.XtraEditors.SimpleButton btnHideAll;
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
private DevExpress.XtraEditors.TextEdit txtFieldName;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.TextEdit txtDefaultCaption;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit txtWidth;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.TextEdit txtCustomCaption;
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
private DevExpress.XtraEditors.GroupControl groupControl2;
|
private DevExpress.XtraEditors.CheckEdit txtReadOnly;
|
private DevExpress.XtraEditors.CheckEdit txtNoBlank;
|
private DevExpress.XtraEditors.GroupControl groupControl3;
|
private DevExpress.XtraEditors.SpinEdit txtPoint;
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
private DevExpress.XtraEditors.LabelControl lblExample;
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
protected DevExpress.XtraEditors.SimpleButton btnOK;
|
protected DevExpress.XtraEditors.SimpleButton btnCancel;
|
}
|
}
|