namespace CSFrameworkV5.Library
|
{
|
partial class frmGridCustomize
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions imageListBoxItemImageOptions3 = new DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGridCustomize));
|
this.list = new DevExpress.XtraEditors.ImageListBoxControl();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.txtConfigName = new DevExpress.XtraEditors.TextEdit();
|
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.lbCurrentLayout = new DevExpress.XtraEditors.LabelControl();
|
this.btnDefault = new DevExpress.XtraEditors.SimpleButton();
|
this.imageList3 = new System.Windows.Forms.ImageList(this.components);
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.btnLoad = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)(this.list)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtConfigName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// list
|
//
|
this.list.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
this.list.Appearance.Options.UseFont = true;
|
this.list.ImageList = this.imageList1;
|
this.list.ItemHeight = 30;
|
this.list.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageListBoxItem[] {
|
new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, "", imageListBoxItemImageOptions3, null)});
|
this.list.Location = new System.Drawing.Point(10, 83);
|
this.list.Name = "list";
|
this.list.Size = new System.Drawing.Size(399, 226);
|
this.list.TabIndex = 0;
|
//
|
// imageList1
|
//
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList1.Images.SetKeyName(0, "24_Detect.bmp");
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl1.Appearance.Options.UseFont = true;
|
this.labelControl1.Location = new System.Drawing.Point(10, 12);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(70, 17);
|
this.labelControl1.TabIndex = 1;
|
this.labelControl1.Text = "样式名称:";
|
//
|
// txtConfigName
|
//
|
this.txtConfigName.Location = new System.Drawing.Point(83, 10);
|
this.txtConfigName.Name = "txtConfigName";
|
this.txtConfigName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtConfigName.Properties.Appearance.Options.UseFont = true;
|
this.txtConfigName.Size = new System.Drawing.Size(227, 22);
|
this.txtConfigName.TabIndex = 2;
|
//
|
// imageList2
|
//
|
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
|
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList2.Images.SetKeyName(0, "SavePageSetup_16x16.png");
|
this.imageList2.Images.SetKeyName(1, "Grid_16x16.png");
|
this.imageList2.Images.SetKeyName(2, "None_16x16.png");
|
this.imageList2.Images.SetKeyName(3, "Export_16x16.png");
|
this.imageList2.Images.SetKeyName(4, "ExportToXLS_16x16.png");
|
this.imageList2.Images.SetKeyName(5, "ExportToXLSX_16x16.png");
|
this.imageList2.Images.SetKeyName(6, "ExportToPDF_16x16.png");
|
this.imageList2.Images.SetKeyName(7, "Text_preview_16px_1061048_easyicon.net.ico");
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(14, 8);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(108, 14);
|
this.labelControl2.TabIndex = 1;
|
this.labelControl2.Text = "您正在使用的样式:";
|
//
|
// lbCurrentLayout
|
//
|
this.lbCurrentLayout.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Underline);
|
this.lbCurrentLayout.Appearance.ForeColor = System.Drawing.Color.Green;
|
this.lbCurrentLayout.Appearance.Options.UseFont = true;
|
this.lbCurrentLayout.Appearance.Options.UseForeColor = true;
|
this.lbCurrentLayout.Location = new System.Drawing.Point(131, 8);
|
this.lbCurrentLayout.Name = "lbCurrentLayout";
|
this.lbCurrentLayout.Size = new System.Drawing.Size(56, 17);
|
this.lbCurrentLayout.TabIndex = 1;
|
this.lbCurrentLayout.Text = "预设样式";
|
//
|
// btnDefault
|
//
|
this.btnDefault.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnDefault.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnDefault.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDefault.ImageOptions.Image")));
|
this.btnDefault.ImageOptions.ImageIndex = 0;
|
this.btnDefault.ImageOptions.ImageList = this.imageList3;
|
this.btnDefault.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
|
this.btnDefault.Location = new System.Drawing.Point(11, 320);
|
this.btnDefault.Name = "btnDefault";
|
this.btnDefault.Size = new System.Drawing.Size(85, 33);
|
this.btnDefault.TabIndex = 3;
|
this.btnDefault.Text = "设为默认";
|
this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
|
//
|
// imageList3
|
//
|
this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
|
this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList3.Images.SetKeyName(0, "Customer_16x16.png");
|
this.imageList3.Images.SetKeyName(1, "Delete_16x16.png");
|
this.imageList3.Images.SetKeyName(2, "Save_16x16.png");
|
this.imageList3.Images.SetKeyName(3, "Add_16x16.png");
|
this.imageList3.Images.SetKeyName(4, "LoadFrom_16x16.png");
|
//
|
// btnDel
|
//
|
this.btnDel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnDel.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnDel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.ImageOptions.Image")));
|
this.btnDel.ImageOptions.ImageIndex = 1;
|
this.btnDel.ImageOptions.ImageList = this.imageList3;
|
this.btnDel.Location = new System.Drawing.Point(323, 320);
|
this.btnDel.Name = "btnDel";
|
this.btnDel.Size = new System.Drawing.Size(85, 33);
|
this.btnDel.TabIndex = 3;
|
this.btnDel.Text = "删除样式";
|
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
|
//
|
// btnAdd
|
//
|
this.btnAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
|
this.btnAdd.ImageOptions.ImageIndex = 3;
|
this.btnAdd.ImageOptions.ImageList = this.imageList3;
|
this.btnAdd.Location = new System.Drawing.Point(318, 8);
|
this.btnAdd.Name = "btnAdd";
|
this.btnAdd.Size = new System.Drawing.Size(69, 27);
|
this.btnAdd.TabIndex = 3;
|
this.btnAdd.Text = "添加";
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
//
|
// btnSave
|
//
|
this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
|
this.btnSave.ImageOptions.ImageIndex = 2;
|
this.btnSave.ImageOptions.ImageList = this.imageList3;
|
this.btnSave.Location = new System.Drawing.Point(226, 320);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(85, 33);
|
this.btnSave.TabIndex = 3;
|
this.btnSave.Text = "更新样式";
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
//
|
// panelControl1
|
//
|
this.panelControl1.Controls.Add(this.btnAdd);
|
this.panelControl1.Controls.Add(this.labelControl1);
|
this.panelControl1.Controls.Add(this.txtConfigName);
|
this.panelControl1.Location = new System.Drawing.Point(11, 35);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(398, 42);
|
this.panelControl1.TabIndex = 4;
|
//
|
// btnLoad
|
//
|
this.btnLoad.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnLoad.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnLoad.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLoad.ImageOptions.Image")));
|
this.btnLoad.ImageOptions.ImageIndex = 4;
|
this.btnLoad.ImageOptions.ImageList = this.imageList3;
|
this.btnLoad.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
|
this.btnLoad.Location = new System.Drawing.Point(102, 320);
|
this.btnLoad.Name = "btnLoad";
|
this.btnLoad.Size = new System.Drawing.Size(85, 33);
|
this.btnLoad.TabIndex = 3;
|
this.btnLoad.Text = "加载样式";
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
//
|
// frmGridCustomize
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(420, 361);
|
this.Controls.Add(this.panelControl1);
|
this.Controls.Add(this.btnLoad);
|
this.Controls.Add(this.btnDefault);
|
this.Controls.Add(this.btnSave);
|
this.Controls.Add(this.btnDel);
|
this.Controls.Add(this.lbCurrentLayout);
|
this.Controls.Add(this.labelControl2);
|
this.Controls.Add(this.list);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "frmGridCustomize";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "表格样式配置";
|
((System.ComponentModel.ISupportInitialize)(this.list)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtConfigName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.ImageListBoxControl list;
|
private System.Windows.Forms.ImageList imageList1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit txtConfigName;
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
internal System.Windows.Forms.ImageList imageList2;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.LabelControl lbCurrentLayout;
|
private DevExpress.XtraEditors.SimpleButton btnDefault;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
internal System.Windows.Forms.ImageList imageList3;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnLoad;
|
}
|
}
|