/*===================================================================
* 程序说明: AdvancedFormConfig的数据管理窗体
* 作者资料: 孙中吕
* 创建日期: 2017/02/12 04:35:26
* 最后修改: 2017/02/12 04:35:26
*
* 注: 本代码由代码生成器(Code Generator)自动生成
* 版权所有 copyright 2006~2017, C/S框架网(www.cscode.net)
*===================================================================*/
namespace CSFrameworkV5.SystemModule
{
///
/// AdvancedFormConfig的资料管理窗体
///
public partial class frmAdvancedFormConfig
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 生成本窗体所有组件成员清单
private DevExpress.XtraGrid.GridControl gcSummary;
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
private DevExpress.XtraEditors.PanelControl pcDetailEditor;
private DevExpress.XtraGrid.Columns.GridColumn colSystemID;
private DevExpress.XtraGrid.Columns.GridColumn colSystemName;
private DevExpress.XtraGrid.Columns.GridColumn colProgramID;
private DevExpress.XtraGrid.Columns.GridColumn colProgramName;
private DevExpress.XtraGrid.Columns.GridColumn colStyleID;
private DevExpress.XtraGrid.Columns.GridColumn colApplyType;
private DevExpress.XtraGrid.Columns.GridColumn colGroupsOrUsers;
private DevExpress.XtraGrid.Columns.GridColumn colRemark;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraEditors.PanelControl pnlSearch;
private DevExpress.XtraEditors.LabelControl lbl_SystemName;
private DevExpress.XtraEditors.LabelControl lbl_ProgramName;
private DevExpress.XtraEditors.LabelControl lbl_StyleID;
private DevExpress.XtraEditors.TextEdit txt_StyleID;
private DevExpress.XtraEditors.SimpleButton btnEmpty;
private DevExpress.XtraEditors.SimpleButton btnQuery;
#endregion
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdvancedFormConfig));
this.gcSummary = new DevExpress.XtraGrid.GridControl();
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colSystemID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSystemName = new DevExpress.XtraGrid.Columns.GridColumn();
this.lueSystemID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colProgramID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colProgramName = new DevExpress.XtraGrid.Columns.GridColumn();
this.lueProgramID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colStyleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colApplyType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroupsOrUsers = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl();
this.btnSelectUserAndGroup = new DevExpress.XtraEditors.SimpleButton();
this.btnDesign = new DevExpress.XtraEditors.SimpleButton();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.txtApplyType = new DevExpress.XtraEditors.RadioGroup();
this.txtGroupsOrUsers = new DevExpress.XtraEditors.TextEdit();
this.txtStyleID = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
this.txtSystemID = new DevExpress.XtraEditors.LookUpEdit();
this.txtProgramID = new DevExpress.XtraEditors.LookUpEdit();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.pnlSearch = new DevExpress.XtraEditors.PanelControl();
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
this.lbl_SystemName = new DevExpress.XtraEditors.LabelControl();
this.lbl_ProgramName = new DevExpress.XtraEditors.LabelControl();
this.lbl_StyleID = new DevExpress.XtraEditors.LabelControl();
this.txt_StyleID = new DevExpress.XtraEditors.TextEdit();
this.txt_SystemName = new DevExpress.XtraEditors.LookUpEdit();
this.txt_ProgramName = new DevExpress.XtraEditors.LookUpEdit();
this.tpSummary.SuspendLayout();
this.pnlSummary.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
this.tcBusiness.SuspendLayout();
this.tpDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
this.gcNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueSystemID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueProgramID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
this.pcDetailEditor.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtGroupsOrUsers.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStyleID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSystemID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtProgramID.Properties)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
this.pnlSearch.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_StyleID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ProgramName.Properties)).BeginInit();
this.SuspendLayout();
//
// tpSummary
//
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
this.tpSummary.Controls.Add(this.tableLayoutPanel1);
this.tpSummary.Size = new System.Drawing.Size(878, 447);
//
// pnlSummary
//
this.pnlSummary.Location = new System.Drawing.Point(2, 2);
this.pnlSummary.Size = new System.Drawing.Size(884, 476);
//
// tcBusiness
//
this.tcBusiness.Size = new System.Drawing.Size(884, 476);
//
// tpDetail
//
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
this.tpDetail.Controls.Add(this.pcDetailEditor);
this.tpDetail.Size = new System.Drawing.Size(878, 447);
//
// gcNavigator
//
this.gcNavigator.Size = new System.Drawing.Size(833, 26);
//
// controlNavigatorSummary
//
this.controlNavigatorSummary.Buttons.Append.Visible = false;
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
this.controlNavigatorSummary.Location = new System.Drawing.Point(655, 2);
//
// lblAboutInfo
//
this.lblAboutInfo.Location = new System.Drawing.Point(458, 2);
//
// gcSummary
//
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcSummary.Location = new System.Drawing.Point(3, 63);
this.gcSummary.MainView = this.gvSummary;
this.gcSummary.Name = "gcSummary";
this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.lueSystemID,
this.lueProgramID});
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.gcSummary.Size = new System.Drawing.Size(872, 381);
this.gcSummary.TabIndex = 10;
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvSummary});
//
// gvSummary
//
this.gvSummary.ColumnPanelRowHeight = 25;
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colSystemID,
this.colSystemName,
this.colProgramID,
this.colProgramName,
this.colStyleID,
this.colApplyType,
this.colGroupsOrUsers,
this.colRemark});
this.gvSummary.GridControl = this.gcSummary;
this.gvSummary.Name = "gvSummary";
this.gvSummary.OptionsView.ColumnAutoWidth = false;
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.gvSummary.OptionsView.ShowFooter = true;
this.gvSummary.OptionsView.ShowGroupPanel = false;
this.gvSummary.RowHeight = 25;
//
// colSystemID
//
this.colSystemID.Caption = "系统编号";
this.colSystemID.FieldName = "SystemID";
this.colSystemID.Name = "colSystemID";
this.colSystemID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "SystemID", "{0}")});
this.colSystemID.Visible = true;
this.colSystemID.VisibleIndex = 0;
this.colSystemID.Width = 152;
//
// colSystemName
//
this.colSystemName.Caption = "系统名称";
this.colSystemName.ColumnEdit = this.lueSystemID;
this.colSystemName.FieldName = "SystemID";
this.colSystemName.Name = "colSystemName";
this.colSystemName.Visible = true;
this.colSystemName.VisibleIndex = 1;
this.colSystemName.Width = 136;
//
// lueSystemID
//
this.lueSystemID.AutoHeight = false;
this.lueSystemID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueSystemID.Name = "lueSystemID";
this.lueSystemID.NullText = "";
//
// colProgramID
//
this.colProgramID.Caption = "程序编号";
this.colProgramID.FieldName = "ProgramID";
this.colProgramID.Name = "colProgramID";
this.colProgramID.Visible = true;
this.colProgramID.VisibleIndex = 2;
this.colProgramID.Width = 120;
//
// colProgramName
//
this.colProgramName.Caption = "程序名称";
this.colProgramName.ColumnEdit = this.lueProgramID;
this.colProgramName.FieldName = "ProgramID";
this.colProgramName.Name = "colProgramName";
this.colProgramName.Visible = true;
this.colProgramName.VisibleIndex = 3;
this.colProgramName.Width = 135;
//
// lueProgramID
//
this.lueProgramID.AutoHeight = false;
this.lueProgramID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueProgramID.Name = "lueProgramID";
this.lueProgramID.NullText = "";
//
// colStyleID
//
this.colStyleID.Caption = "方案编号";
this.colStyleID.FieldName = "StyleID";
this.colStyleID.Name = "colStyleID";
this.colStyleID.Visible = true;
this.colStyleID.VisibleIndex = 4;
this.colStyleID.Width = 89;
//
// colApplyType
//
this.colApplyType.Caption = "应用人群";
this.colApplyType.FieldName = "ApplyType";
this.colApplyType.Name = "colApplyType";
this.colApplyType.Visible = true;
this.colApplyType.VisibleIndex = 5;
this.colApplyType.Width = 80;
//
// colGroupsOrUsers
//
this.colGroupsOrUsers.Caption = "组或用户";
this.colGroupsOrUsers.FieldName = "GroupsOrUsers";
this.colGroupsOrUsers.Name = "colGroupsOrUsers";
this.colGroupsOrUsers.Visible = true;
this.colGroupsOrUsers.VisibleIndex = 6;
this.colGroupsOrUsers.Width = 210;
//
// colRemark
//
this.colRemark.Caption = "备注";
this.colRemark.FieldName = "Remark";
this.colRemark.Name = "colRemark";
this.colRemark.Visible = true;
this.colRemark.VisibleIndex = 7;
this.colRemark.Width = 185;
//
// pcDetailEditor
//
this.pcDetailEditor.Controls.Add(this.btnSelectUserAndGroup);
this.pcDetailEditor.Controls.Add(this.btnDesign);
this.pcDetailEditor.Controls.Add(this.groupControl1);
this.pcDetailEditor.Controls.Add(this.txtGroupsOrUsers);
this.pcDetailEditor.Controls.Add(this.txtStyleID);
this.pcDetailEditor.Controls.Add(this.labelControl5);
this.pcDetailEditor.Controls.Add(this.labelControl4);
this.pcDetailEditor.Controls.Add(this.labelControl3);
this.pcDetailEditor.Controls.Add(this.labelControl2);
this.pcDetailEditor.Controls.Add(this.labelControl1);
this.pcDetailEditor.Controls.Add(this.txtRemark);
this.pcDetailEditor.Controls.Add(this.txtSystemID);
this.pcDetailEditor.Controls.Add(this.txtProgramID);
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
this.pcDetailEditor.Name = "pcDetailEditor";
this.pcDetailEditor.Size = new System.Drawing.Size(516, 375);
this.pcDetailEditor.TabIndex = 0;
//
// btnSelectUserAndGroup
//
this.btnSelectUserAndGroup.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnSelectUserAndGroup.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectUserAndGroup.ImageOptions.Image")));
this.btnSelectUserAndGroup.Location = new System.Drawing.Point(379, 221);
this.btnSelectUserAndGroup.Name = "btnSelectUserAndGroup";
this.btnSelectUserAndGroup.Size = new System.Drawing.Size(25, 23);
this.btnSelectUserAndGroup.TabIndex = 29;
this.btnSelectUserAndGroup.Click += new System.EventHandler(this.btnSelectUserAndGroup_Click);
//
// btnDesign
//
this.btnDesign.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnDesign.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDesign.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDesign.ImageOptions.Image")));
this.btnDesign.Location = new System.Drawing.Point(100, 298);
this.btnDesign.Name = "btnDesign";
this.btnDesign.Size = new System.Drawing.Size(128, 41);
this.btnDesign.TabIndex = 28;
this.btnDesign.Text = "开始设计";
this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
//
// groupControl1
//
this.groupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("groupControl1.CaptionImageOptions.Image")));
this.groupControl1.Controls.Add(this.txtApplyType);
this.groupControl1.Location = new System.Drawing.Point(100, 103);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(236, 111);
this.groupControl1.TabIndex = 27;
this.groupControl1.Text = "该方案将应用到以下人群";
//
// txtApplyType
//
this.txtApplyType.Location = new System.Drawing.Point(15, 24);
this.txtApplyType.Name = "txtApplyType";
this.txtApplyType.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.txtApplyType.Properties.Appearance.Options.UseBackColor = true;
this.txtApplyType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.txtApplyType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("AllUser", "所有用户"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("Groups", "以下组"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("Users", "以下用户")});
this.txtApplyType.Size = new System.Drawing.Size(164, 78);
this.txtApplyType.TabIndex = 0;
this.txtApplyType.EditValueChanged += new System.EventHandler(this.txtApplyType_EditValueChanged);
//
// txtGroupsOrUsers
//
this.txtGroupsOrUsers.Location = new System.Drawing.Point(100, 222);
this.txtGroupsOrUsers.Name = "txtGroupsOrUsers";
this.txtGroupsOrUsers.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtGroupsOrUsers.Properties.Appearance.Options.UseFont = true;
this.txtGroupsOrUsers.Properties.ReadOnly = true;
this.txtGroupsOrUsers.Size = new System.Drawing.Size(276, 22);
this.txtGroupsOrUsers.TabIndex = 25;
//
// txtStyleID
//
this.txtStyleID.EditValue = "001";
this.txtStyleID.Location = new System.Drawing.Point(100, 73);
this.txtStyleID.Name = "txtStyleID";
this.txtStyleID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtStyleID.Properties.Appearance.Options.UseFont = true;
this.txtStyleID.Size = new System.Drawing.Size(84, 22);
this.txtStyleID.TabIndex = 24;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(60, 254);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(36, 14);
this.labelControl5.TabIndex = 21;
this.labelControl5.Text = "备注:";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(19, 224);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(77, 14);
this.labelControl4.TabIndex = 20;
this.labelControl4.Text = "组/用户列表:";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(36, 76);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 14);
this.labelControl3.TabIndex = 19;
this.labelControl3.Text = "方案编号:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(36, 47);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 18;
this.labelControl2.Text = "程序编号:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(36, 19);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 17;
this.labelControl1.Text = "系统编号:";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(100, 252);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(276, 40);
this.txtRemark.TabIndex = 26;
//
// txtSystemID
//
this.txtSystemID.EditValue = "ERP";
this.txtSystemID.Location = new System.Drawing.Point(100, 17);
this.txtSystemID.Name = "txtSystemID";
this.txtSystemID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtSystemID.Properties.Appearance.Options.UseFont = true;
this.txtSystemID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtSystemID.Properties.NullText = "";
this.txtSystemID.Properties.ReadOnly = true;
this.txtSystemID.Size = new System.Drawing.Size(236, 22);
this.txtSystemID.TabIndex = 22;
//
// txtProgramID
//
this.txtProgramID.EditValue = "SO";
this.txtProgramID.Location = new System.Drawing.Point(100, 45);
this.txtProgramID.Name = "txtProgramID";
this.txtProgramID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtProgramID.Properties.Appearance.Options.UseFont = true;
this.txtProgramID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtProgramID.Properties.NullText = "";
this.txtProgramID.Properties.ReadOnly = true;
this.txtProgramID.Size = new System.Drawing.Size(236, 22);
this.txtProgramID.TabIndex = 23;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(878, 447);
this.tableLayoutPanel1.TabIndex = 11;
//
// pnlSearch
//
this.pnlSearch.Controls.Add(this.btnEmpty);
this.pnlSearch.Controls.Add(this.btnQuery);
this.pnlSearch.Controls.Add(this.lbl_SystemName);
this.pnlSearch.Controls.Add(this.lbl_ProgramName);
this.pnlSearch.Controls.Add(this.lbl_StyleID);
this.pnlSearch.Controls.Add(this.txt_StyleID);
this.pnlSearch.Controls.Add(this.txt_SystemName);
this.pnlSearch.Controls.Add(this.txt_ProgramName);
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlSearch.Location = new System.Drawing.Point(3, 3);
this.pnlSearch.Name = "pnlSearch";
this.pnlSearch.Size = new System.Drawing.Size(872, 54);
this.pnlSearch.TabIndex = 11;
//
// btnEmpty
//
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
this.btnEmpty.Location = new System.Drawing.Point(764, 6);
this.btnEmpty.Name = "btnEmpty";
this.btnEmpty.Size = new System.Drawing.Size(88, 42);
this.btnEmpty.TabIndex = 21;
this.btnEmpty.Text = "清空(&E)";
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
//
// btnQuery
//
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
this.btnQuery.Location = new System.Drawing.Point(673, 6);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 42);
this.btnQuery.TabIndex = 20;
this.btnQuery.Text = "查询(&S)";
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// lbl_SystemName
//
this.lbl_SystemName.Location = new System.Drawing.Point(18, 19);
this.lbl_SystemName.Name = "lbl_SystemName";
this.lbl_SystemName.Size = new System.Drawing.Size(60, 14);
this.lbl_SystemName.TabIndex = 0;
this.lbl_SystemName.Text = "系统名称:";
//
// lbl_ProgramName
//
this.lbl_ProgramName.Location = new System.Drawing.Point(236, 19);
this.lbl_ProgramName.Name = "lbl_ProgramName";
this.lbl_ProgramName.Size = new System.Drawing.Size(60, 14);
this.lbl_ProgramName.TabIndex = 0;
this.lbl_ProgramName.Text = "程序名称:";
//
// lbl_StyleID
//
this.lbl_StyleID.Location = new System.Drawing.Point(466, 18);
this.lbl_StyleID.Name = "lbl_StyleID";
this.lbl_StyleID.Size = new System.Drawing.Size(60, 14);
this.lbl_StyleID.TabIndex = 0;
this.lbl_StyleID.Text = "方案编号:";
//
// txt_StyleID
//
this.txt_StyleID.Location = new System.Drawing.Point(529, 15);
this.txt_StyleID.Name = "txt_StyleID";
this.txt_StyleID.Size = new System.Drawing.Size(90, 20);
this.txt_StyleID.TabIndex = 0;
//
// txt_SystemName
//
this.txt_SystemName.Location = new System.Drawing.Point(80, 16);
this.txt_SystemName.Name = "txt_SystemName";
this.txt_SystemName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_SystemName.Properties.NullText = "";
this.txt_SystemName.Size = new System.Drawing.Size(150, 20);
this.txt_SystemName.TabIndex = 0;
//
// txt_ProgramName
//
this.txt_ProgramName.Location = new System.Drawing.Point(299, 16);
this.txt_ProgramName.Name = "txt_ProgramName";
this.txt_ProgramName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_ProgramName.Properties.NullText = "";
this.txt_ProgramName.Size = new System.Drawing.Size(161, 20);
this.txt_ProgramName.TabIndex = 0;
//
// frmAdvancedFormConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.ClientSize = new System.Drawing.Size(888, 480);
this.Name = "frmAdvancedFormConfig";
this.Text = "界面配置";
this.Load += new System.EventHandler(this.frmAdvancedFormConfig_Load);
this.tpSummary.ResumeLayout(false);
this.pnlSummary.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
this.tcBusiness.ResumeLayout(false);
this.tpDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
this.gcNavigator.ResumeLayout(false);
this.gcNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueSystemID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueProgramID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
this.pcDetailEditor.ResumeLayout(false);
this.pcDetailEditor.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtGroupsOrUsers.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStyleID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSystemID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtProgramID.Properties)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
this.pnlSearch.ResumeLayout(false);
this.pnlSearch.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_StyleID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SystemName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ProgramName.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnSelectUserAndGroup;
private DevExpress.XtraEditors.SimpleButton btnDesign;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.RadioGroup txtApplyType;
private DevExpress.XtraEditors.TextEdit txtGroupsOrUsers;
private DevExpress.XtraEditors.TextEdit txtStyleID;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.MemoEdit txtRemark;
private DevExpress.XtraEditors.LookUpEdit txtSystemID;
private DevExpress.XtraEditors.LookUpEdit txtProgramID;
private DevExpress.XtraEditors.LookUpEdit txt_SystemName;
private DevExpress.XtraEditors.LookUpEdit txt_ProgramName;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueSystemID;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueProgramID;
}//public partial class
}//namespace