250 lines
12 KiB
C#
250 lines
12 KiB
C#
namespace Lskj.PubPageModuleDetail
|
|
{
|
|
partial class TabPageMaster
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.gcMain = new Lskj.MyControl.GridControlEx();
|
|
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtKey = new System.Windows.Forms.TextBox();
|
|
this.cbField = new System.Windows.Forms.ComboBox();
|
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_search = new System.Windows.Forms.Panel();
|
|
this.btnHelp = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnImprt = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_down = new System.Windows.Forms.Panel();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_search.SuspendLayout();
|
|
this.pl_down.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.bomCaption = null;
|
|
this.gcMain.bomSql = null;
|
|
this.gcMain.ConstSql = null;
|
|
this.gcMain.detailEnableCond = null;
|
|
this.gcMain.detailEnableMsg = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.loadBom = null;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 36);
|
|
this.gcMain.ModuleKey = null;
|
|
this.gcMain.ModuleType = 0;
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.pnlMain = null;
|
|
this.gcMain.RowColorCondtion = null;
|
|
this.gcMain.Size = new System.Drawing.Size(690, 485);
|
|
this.gcMain.SourceType = 0;
|
|
this.gcMain.Sql = null;
|
|
this.gcMain.sqlC = null;
|
|
this.gcMain.SumFieldsTable = null;
|
|
this.gcMain.TabIndex = 5;
|
|
this.gcMain.UnAllowEditChangeColor = true;
|
|
//
|
|
// btnCondSearch
|
|
//
|
|
this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCondSearch.Appearance.Options.UseFont = true;
|
|
this.btnCondSearch.Location = new System.Drawing.Point(269, 4);
|
|
this.btnCondSearch.Name = "btnCondSearch";
|
|
this.btnCondSearch.Size = new System.Drawing.Size(63, 26);
|
|
this.btnCondSearch.TabIndex = 37;
|
|
this.btnCondSearch.Text = "查询";
|
|
this.btnCondSearch.Click += new System.EventHandler(this.btnCondSearch_Click);
|
|
//
|
|
// txtKey
|
|
//
|
|
this.txtKey.Location = new System.Drawing.Point(136, 9);
|
|
this.txtKey.Name = "txtKey";
|
|
this.txtKey.Size = new System.Drawing.Size(126, 21);
|
|
this.txtKey.TabIndex = 36;
|
|
this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Location = new System.Drawing.Point(40, 9);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(88, 20);
|
|
this.cbField.TabIndex = 35;
|
|
this.cbField.Tag = "";
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnPrint.Location = new System.Drawing.Point(620, 5);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(63, 26);
|
|
this.btnPrint.TabIndex = 5;
|
|
this.btnPrint.Text = "打印(&P)";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.Location = new System.Drawing.Point(413, 5);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(63, 26);
|
|
this.btnAdd.TabIndex = 3;
|
|
this.btnAdd.Text = "增加(&A)";
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// pl_search
|
|
//
|
|
this.pl_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.pl_search.Controls.Add(this.btnHelp);
|
|
this.pl_search.Controls.Add(this.btnExport);
|
|
this.pl_search.Controls.Add(this.btnImprt);
|
|
this.pl_search.Controls.Add(this.btnCondSearch);
|
|
this.pl_search.Controls.Add(this.txtKey);
|
|
this.pl_search.Controls.Add(this.cbField);
|
|
this.pl_search.Controls.Add(this.label1);
|
|
this.pl_search.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_search.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_search.Name = "pl_search";
|
|
this.pl_search.Size = new System.Drawing.Size(690, 36);
|
|
this.pl_search.TabIndex = 6;
|
|
this.pl_search.Visible = false;
|
|
//
|
|
// btnHelp
|
|
//
|
|
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnHelp.Appearance.Options.UseFont = true;
|
|
this.btnHelp.Location = new System.Drawing.Point(611, 4);
|
|
this.btnHelp.Name = "btnHelp";
|
|
this.btnHelp.Size = new System.Drawing.Size(72, 26);
|
|
this.btnHelp.TabIndex = 40;
|
|
this.btnHelp.Text = "帮助文档(&H)";
|
|
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
|
|
//
|
|
// btnExport
|
|
//
|
|
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnExport.Appearance.Options.UseFont = true;
|
|
this.btnExport.Location = new System.Drawing.Point(543, 4);
|
|
this.btnExport.Name = "btnExport";
|
|
this.btnExport.Size = new System.Drawing.Size(63, 26);
|
|
this.btnExport.TabIndex = 39;
|
|
this.btnExport.Text = "导出(&O)";
|
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
//
|
|
// btnImprt
|
|
//
|
|
this.btnImprt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnImprt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnImprt.Appearance.Options.UseFont = true;
|
|
this.btnImprt.Location = new System.Drawing.Point(476, 4);
|
|
this.btnImprt.Name = "btnImprt";
|
|
this.btnImprt.Size = new System.Drawing.Size(63, 26);
|
|
this.btnImprt.TabIndex = 38;
|
|
this.btnImprt.Text = "导入(&I)";
|
|
this.btnImprt.Click += new System.EventHandler(this.btnImprt_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 34;
|
|
this.label1.Text = "查询";
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDelete.Location = new System.Drawing.Point(482, 5);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(63, 26);
|
|
this.btnDelete.TabIndex = 2;
|
|
this.btnDelete.Text = "删除(&D)";
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
//
|
|
// pl_down
|
|
//
|
|
this.pl_down.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.pl_down.Controls.Add(this.btnPrint);
|
|
this.pl_down.Controls.Add(this.btnAdd);
|
|
this.pl_down.Controls.Add(this.btnDelete);
|
|
this.pl_down.Controls.Add(this.btnSave);
|
|
this.pl_down.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_down.Location = new System.Drawing.Point(0, 521);
|
|
this.pl_down.Name = "pl_down";
|
|
this.pl_down.Size = new System.Drawing.Size(690, 36);
|
|
this.pl_down.TabIndex = 4;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSave.Location = new System.Drawing.Point(551, 5);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(63, 26);
|
|
this.btnSave.TabIndex = 0;
|
|
this.btnSave.Text = "保存(&S)";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// TabPageMaster
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.gcMain);
|
|
this.Controls.Add(this.pl_search);
|
|
this.Controls.Add(this.pl_down);
|
|
this.Name = "TabPageMaster";
|
|
this.Size = new System.Drawing.Size(690, 557);
|
|
this.pl_search.ResumeLayout(false);
|
|
this.pl_search.PerformLayout();
|
|
this.pl_down.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public MyControl.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
|
|
private System.Windows.Forms.TextBox txtKey;
|
|
private System.Windows.Forms.ComboBox cbField;
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private System.Windows.Forms.Panel pl_search;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
|
private System.Windows.Forms.Panel pl_down;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.SimpleButton btnHelp;
|
|
private DevExpress.XtraEditors.SimpleButton btnExport;
|
|
private DevExpress.XtraEditors.SimpleButton btnImprt;
|
|
}
|
|
}
|