196 lines
10 KiB
C#
196 lines
10 KiB
C#
namespace Lskj.PubBillManagement
|
|
{
|
|
partial class FrmBomSelect
|
|
{
|
|
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_main = new DevExpress.XtraEditors.PanelControl();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.chkOperate = new DevExpress.XtraEditors.CheckEdit();
|
|
this.btnClearSelectAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit();
|
|
this.pl_main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
this.pl_bottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkOperate.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.pl_main);
|
|
this.panelControl1.Controls.Add(this.pl_bottom);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(515, 341);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// pl_main
|
|
//
|
|
this.pl_main.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_main.Appearance.Options.UseBackColor = true;
|
|
this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_main.Controls.Add(this.gcMain);
|
|
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_main.Location = new System.Drawing.Point(2, 2);
|
|
this.pl_main.Name = "pl_main";
|
|
this.pl_main.Size = new System.Drawing.Size(511, 303);
|
|
this.pl_main.TabIndex = 1;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.Size = new System.Drawing.Size(511, 303);
|
|
this.gcMain.TabIndex = 0;
|
|
//
|
|
// pl_bottom
|
|
//
|
|
this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_bottom.Appearance.Options.UseBackColor = true;
|
|
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_bottom.Controls.Add(this.chkOperate);
|
|
this.pl_bottom.Controls.Add(this.btnClearSelectAll);
|
|
this.pl_bottom.Controls.Add(this.btnCancel);
|
|
this.pl_bottom.Controls.Add(this.btnSelectAll);
|
|
this.pl_bottom.Controls.Add(this.btnOk);
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(2, 305);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(511, 34);
|
|
this.pl_bottom.TabIndex = 0;
|
|
//
|
|
// chkOperate
|
|
//
|
|
this.chkOperate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkOperate.Location = new System.Drawing.Point(250, 8);
|
|
this.chkOperate.Name = "chkOperate";
|
|
this.chkOperate.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chkOperate.Properties.Appearance.Options.UseFont = true;
|
|
this.chkOperate.Properties.Caption = "应用到所有操作";
|
|
this.chkOperate.Size = new System.Drawing.Size(115, 19);
|
|
this.chkOperate.TabIndex = 28;
|
|
//
|
|
// btnClearSelectAll
|
|
//
|
|
this.btnClearSelectAll.AllowFocus = false;
|
|
this.btnClearSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnClearSelectAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClearSelectAll.Appearance.Options.UseFont = true;
|
|
this.btnClearSelectAll.Location = new System.Drawing.Point(73, 4);
|
|
this.btnClearSelectAll.Name = "btnClearSelectAll";
|
|
this.btnClearSelectAll.Size = new System.Drawing.Size(67, 26);
|
|
this.btnClearSelectAll.TabIndex = 27;
|
|
this.btnClearSelectAll.Text = "反选(&N)";
|
|
this.btnClearSelectAll.Click += new System.EventHandler(this.OnClearSelectAllClick);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.AllowFocus = false;
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancel.Appearance.Options.UseFont = true;
|
|
this.btnCancel.Location = new System.Drawing.Point(440, 4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(67, 26);
|
|
this.btnCancel.TabIndex = 27;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.Click += new System.EventHandler(this.OnCancelButtonClick);
|
|
//
|
|
// btnSelectAll
|
|
//
|
|
this.btnSelectAll.AllowFocus = false;
|
|
this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSelectAll.Appearance.Options.UseFont = true;
|
|
this.btnSelectAll.Location = new System.Drawing.Point(4, 4);
|
|
this.btnSelectAll.Name = "btnSelectAll";
|
|
this.btnSelectAll.Size = new System.Drawing.Size(67, 26);
|
|
this.btnSelectAll.TabIndex = 26;
|
|
this.btnSelectAll.Text = "全选(&Y)";
|
|
this.btnSelectAll.Click += new System.EventHandler(this.OnSelectAllClick);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.AllowFocus = false;
|
|
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOk.Appearance.Options.UseFont = true;
|
|
this.btnOk.Location = new System.Drawing.Point(371, 4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(67, 26);
|
|
this.btnOk.TabIndex = 26;
|
|
this.btnOk.Text = "确定(&S)";
|
|
this.btnOk.Click += new System.EventHandler(this.OnOkButtonClick);
|
|
//
|
|
// FrmBomSelect
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(515, 341);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmBomSelect";
|
|
this.Text = "Bom选择";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit();
|
|
this.pl_main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
|
this.pl_bottom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.chkOperate.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl pl_main;
|
|
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
|
private Control.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
private DevExpress.XtraEditors.SimpleButton btnClearSelectAll;
|
|
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
|
|
private DevExpress.XtraEditors.CheckEdit chkOperate;
|
|
|
|
}
|
|
} |