示例#1
0
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     this.pnlBottom                       = new System.Windows.Forms.Panel();
     base.Load                           += new System.EventHandler(frmFMBSetupResourceImage_Load);
     this.btnClose                        = new System.Windows.Forms.Button();
     this.btnClose.Click                 += new System.EventHandler(btnClose_Click);
     this.pnlTop                          = new System.Windows.Forms.Panel();
     this.grpFactory                      = new System.Windows.Forms.GroupBox();
     this.cdvFactory                      = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.cdvFactory.ButtonPress         += new System.EventHandler(cdvFactory_ButtonPress);
     this.cdvFactory.SelectedItemChanged += new Miracom.UI.MCCodeViewSelChangedHandler(cdvFactory_SelectedItemChanged);
     this.cdvFactory.TextBoxTextChanged  += new System.EventHandler(cdvFactory_TextBoxTextChanged);
     this.lblFactory                      = new System.Windows.Forms.Label();
     this.pnlMid                          = new System.Windows.Forms.Panel();
     this.pnlRes                          = new System.Windows.Forms.Panel();
     this.lisResource                     = new Miracom.UI.Controls.MCListView.MCListView();
     this.ColumnHeader1                   = new System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2                   = new System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3                   = new System.Windows.Forms.ColumnHeader();
     this.pnlImgMid                       = new System.Windows.Forms.Panel();
     this.pnlImgMidRight                  = new System.Windows.Forms.Panel();
     this.lisImagelist                    = new Miracom.UI.Controls.MCListView.MCListView();
     this.ColumnHeader15                  = new System.Windows.Forms.ColumnHeader();
     this.pnlImgMidMid                    = new System.Windows.Forms.Panel();
     this.btnDel                          = new System.Windows.Forms.Button();
     this.btnDel.Click                   += new System.EventHandler(btnDel_Click);
     this.btnAdd                          = new System.Windows.Forms.Button();
     this.btnAdd.Click                   += new System.EventHandler(btnAdd_Click);
     this.pnlBottom.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.grpFactory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.cdvFactory).BeginInit();
     this.pnlMid.SuspendLayout();
     this.pnlRes.SuspendLayout();
     this.pnlImgMid.SuspendLayout();
     this.pnlImgMidRight.SuspendLayout();
     this.pnlImgMidMid.SuspendLayout();
     this.SuspendLayout();
     //
     //pnlBottom
     //
     this.pnlBottom.Controls.Add(this.btnClose);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 506);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(742, 40);
     this.pnlBottom.TabIndex = 2;
     //
     //btnClose
     //
     this.btnClose.Anchor       = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location     = new System.Drawing.Point(659, 9);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(74, 23);
     this.btnClose.TabIndex     = 0;
     this.btnClose.Text         = "Close";
     //
     //pnlTop
     //
     this.pnlTop.Controls.Add(this.grpFactory);
     this.pnlTop.Dock              = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.DockPadding.Left  = 3;
     this.pnlTop.DockPadding.Right = 3;
     this.pnlTop.Location          = new System.Drawing.Point(0, 0);
     this.pnlTop.Name              = "pnlTop";
     this.pnlTop.Size              = new System.Drawing.Size(742, 52);
     this.pnlTop.TabIndex          = 0;
     //
     //grpFactory
     //
     this.grpFactory.Controls.Add(this.cdvFactory);
     this.grpFactory.Controls.Add(this.lblFactory);
     this.grpFactory.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.grpFactory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grpFactory.Location  = new System.Drawing.Point(3, 0);
     this.grpFactory.Name      = "grpFactory";
     this.grpFactory.Size      = new System.Drawing.Size(736, 52);
     this.grpFactory.TabIndex  = 1;
     this.grpFactory.TabStop   = false;
     //
     //cdvFactory
     //
     this.cdvFactory.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvFactory.BtnToolTipText      = "";
     this.cdvFactory.DescText            = "";
     this.cdvFactory.DisplaySubItemIndex = -1;
     this.cdvFactory.DisplayText         = "";
     this.cdvFactory.Focusing            = null;
     this.cdvFactory.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdvFactory.Index                      = 0;
     this.cdvFactory.IsViewBtnImage             = false;
     this.cdvFactory.Location                   = new System.Drawing.Point(116, 17);
     this.cdvFactory.MaxLength                  = 10;
     this.cdvFactory.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvFactory.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvFactory.Name                       = "cdvFactory";
     this.cdvFactory.ReadOnly                   = false;
     this.cdvFactory.SearchSubItemIndex         = 0;
     this.cdvFactory.SelectedDescIndex          = -1;
     this.cdvFactory.SelectedSubItemIndex       = -1;
     this.cdvFactory.SelectionStart             = 0;
     this.cdvFactory.Size                       = new System.Drawing.Size(200, 20);
     this.cdvFactory.SmallImageList             = null;
     this.cdvFactory.StyleBorder                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cdvFactory.TabIndex                   = 0;
     this.cdvFactory.TextBoxToolTipText         = "";
     this.cdvFactory.TextBoxWidth               = 200;
     this.cdvFactory.VisibleButton              = true;
     this.cdvFactory.VisibleColumnHeader        = false;
     this.cdvFactory.VisibleDescription         = false;
     //
     //lblFactory
     //
     this.lblFactory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblFactory.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFactory.Location  = new System.Drawing.Point(15, 20);
     this.lblFactory.Name      = "lblFactory";
     this.lblFactory.Size      = new System.Drawing.Size(100, 14);
     this.lblFactory.TabIndex  = 50;
     this.lblFactory.Text      = "Factory";
     //
     //pnlMid
     //
     this.pnlMid.Controls.Add(this.pnlRes);
     this.pnlMid.Controls.Add(this.pnlImgMid);
     this.pnlMid.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.pnlMid.DockPadding.All = 3;
     this.pnlMid.Location        = new System.Drawing.Point(0, 52);
     this.pnlMid.Name            = "pnlMid";
     this.pnlMid.Size            = new System.Drawing.Size(742, 454);
     this.pnlMid.TabIndex        = 1;
     //
     //pnlRes
     //
     this.pnlRes.Controls.Add(this.lisResource);
     this.pnlRes.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlRes.Location = new System.Drawing.Point(3, 3);
     this.pnlRes.Name     = "pnlRes";
     this.pnlRes.Size     = new System.Drawing.Size(484, 448);
     this.pnlRes.TabIndex = 3;
     //
     //lisResource
     //
     this.lisResource.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ColumnHeader1, this.ColumnHeader2, this.ColumnHeader3 });
     this.lisResource.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.lisResource.EnableSort     = true;
     this.lisResource.EnableSortIcon = true;
     this.lisResource.FullRowSelect  = true;
     this.lisResource.Location       = new System.Drawing.Point(0, 0);
     this.lisResource.MultiSelect    = false;
     this.lisResource.Name           = "lisResource";
     this.lisResource.Size           = new System.Drawing.Size(484, 448);
     this.lisResource.TabIndex       = 0;
     this.lisResource.View           = System.Windows.Forms.View.Details;
     //
     //ColumnHeader1
     //
     this.ColumnHeader1.Text  = "Image";
     this.ColumnHeader1.Width = 55;
     //
     //ColumnHeader2
     //
     this.ColumnHeader2.Text  = "Resource";
     this.ColumnHeader2.Width = 154;
     //
     //ColumnHeader3
     //
     this.ColumnHeader3.Text  = "Description";
     this.ColumnHeader3.Width = 257;
     //
     //pnlImgMid
     //
     this.pnlImgMid.Controls.Add(this.pnlImgMidRight);
     this.pnlImgMid.Controls.Add(this.pnlImgMidMid);
     this.pnlImgMid.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlImgMid.DockPadding.Right = 5;
     this.pnlImgMid.Location          = new System.Drawing.Point(487, 3);
     this.pnlImgMid.Name     = "pnlImgMid";
     this.pnlImgMid.Size     = new System.Drawing.Size(252, 448);
     this.pnlImgMid.TabIndex = 0;
     //
     //pnlImgMidRight
     //
     this.pnlImgMidRight.Controls.Add(this.lisImagelist);
     this.pnlImgMidRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlImgMidRight.Location = new System.Drawing.Point(47, 0);
     this.pnlImgMidRight.Name     = "pnlImgMidRight";
     this.pnlImgMidRight.Size     = new System.Drawing.Size(200, 448);
     this.pnlImgMidRight.TabIndex = 18;
     //
     //lisImagelist
     //
     this.lisImagelist.AllowDrop = true;
     this.lisImagelist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ColumnHeader15 });
     this.lisImagelist.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.lisImagelist.EnableSort     = true;
     this.lisImagelist.EnableSortIcon = true;
     this.lisImagelist.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lisImagelist.FullRowSelect  = true;
     this.lisImagelist.Location       = new System.Drawing.Point(0, 0);
     this.lisImagelist.Name           = "lisImagelist";
     this.lisImagelist.Size           = new System.Drawing.Size(200, 448);
     this.lisImagelist.TabIndex       = 0;
     this.lisImagelist.View           = System.Windows.Forms.View.Details;
     //
     //ColumnHeader15
     //
     this.ColumnHeader15.Text  = "Image";
     this.ColumnHeader15.Width = 174;
     //
     //pnlImgMidMid
     //
     this.pnlImgMidMid.Controls.Add(this.btnDel);
     this.pnlImgMidMid.Controls.Add(this.btnAdd);
     this.pnlImgMidMid.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlImgMidMid.Location = new System.Drawing.Point(4, 170);
     this.pnlImgMidMid.Name     = "pnlImgMidMid";
     this.pnlImgMidMid.Size     = new System.Drawing.Size(38, 108);
     this.pnlImgMidMid.TabIndex = 0;
     //
     //btnDel
     //
     this.btnDel.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDel.Location  = new System.Drawing.Point(7, 57);
     this.btnDel.Name      = "btnDel";
     this.btnDel.Size      = new System.Drawing.Size(24, 24);
     this.btnDel.TabIndex  = 1;
     this.btnDel.Text      = ">";
     //
     //btnAdd
     //
     this.btnAdd.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdd.Location  = new System.Drawing.Point(7, 28);
     this.btnAdd.Name      = "btnAdd";
     this.btnAdd.Size      = new System.Drawing.Size(24, 24);
     this.btnAdd.TabIndex  = 0;
     this.btnAdd.Text      = "<";
     //
     //frmFMBSetupResourceImage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(742, 546);
     this.Controls.Add(this.pnlMid);
     this.Controls.Add(this.pnlTop);
     this.Controls.Add(this.pnlBottom);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinimumSize = new System.Drawing.Size(750, 580);
     this.Name        = "frmFMBSetupResourceImage";
     this.Tag         = "FMB1002";
     this.Text        = "Resource Image Setup";
     this.pnlBottom.ResumeLayout(false);
     this.pnlTop.ResumeLayout(false);
     this.grpFactory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.cdvFactory).EndInit();
     this.pnlMid.ResumeLayout(false);
     this.pnlRes.ResumeLayout(false);
     this.pnlImgMid.ResumeLayout(false);
     this.pnlImgMidRight.ResumeLayout(false);
     this.pnlImgMidMid.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     Infragistics.Win.ValueListItem ValueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem ValueListItem2 = new Infragistics.Win.ValueListItem();
     this.pnlBottom       = new System.Windows.Forms.Panel();
     base.Load           += new System.EventHandler(frmFMBSetupDefaultLayout_Load);
     this.btnClear        = new System.Windows.Forms.Button();
     this.btnClear.Click += new System.EventHandler(btnClear_Click);
     this.btnOK           = new System.Windows.Forms.Button();
     this.btnOK.Click    += new System.EventHandler(btnOK_Click);
     this.btnClose        = new System.Windows.Forms.Button();
     this.btnClose.Click += new System.EventHandler(btnClose_Click);
     this.pnlFill         = new System.Windows.Forms.Panel();
     this.grpDefault      = new System.Windows.Forms.GroupBox();
     this.cboCategory     = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cboCategory.SelectionChanged += new System.EventHandler(cboCategory_SelectionChanged);
     this.lblCategory             = new System.Windows.Forms.Label();
     this.cdvLayout               = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.cdvLayout.ButtonPress  += new System.EventHandler(cdvLayout_ButtonPress);
     this.lblLayout               = new System.Windows.Forms.Label();
     this.cdvFactory              = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.cdvFactory.ButtonPress += new System.EventHandler(cdvFactory_ButtonPress);
     this.lblFactory              = new System.Windows.Forms.Label();
     this.pnlBottom.SuspendLayout();
     this.pnlFill.SuspendLayout();
     this.grpDefault.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.cboCategory).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvLayout).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvFactory).BeginInit();
     this.SuspendLayout();
     //
     //pnlBottom
     //
     this.pnlBottom.Controls.Add(this.btnClear);
     this.pnlBottom.Controls.Add(this.btnOK);
     this.pnlBottom.Controls.Add(this.btnClose);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlBottom.Location = new System.Drawing.Point(0, 108);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(326, 40);
     this.pnlBottom.TabIndex = 3;
     //
     //btnClear
     //
     this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClear.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClear.Location  = new System.Drawing.Point(168, 9);
     this.btnClear.Name      = "btnClear";
     this.btnClear.Size      = new System.Drawing.Size(74, 23);
     this.btnClear.TabIndex  = 2;
     this.btnClear.Text      = "Clear";
     //
     //btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOK.Location     = new System.Drawing.Point(88, 9);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(74, 23);
     this.btnOK.TabIndex     = 0;
     this.btnOK.Text         = "Save";
     //
     //btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location     = new System.Drawing.Point(244, 9);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(74, 23);
     this.btnClose.TabIndex     = 1;
     this.btnClose.Text         = "Close";
     //
     //pnlFill
     //
     this.pnlFill.Controls.Add(this.grpDefault);
     this.pnlFill.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.pnlFill.DockPadding.Left  = 3;
     this.pnlFill.DockPadding.Right = 3;
     this.pnlFill.Location          = new System.Drawing.Point(0, 0);
     this.pnlFill.Name              = "pnlFill";
     this.pnlFill.Size              = new System.Drawing.Size(326, 108);
     this.pnlFill.TabIndex          = 4;
     //
     //grpDefault
     //
     this.grpDefault.Controls.Add(this.cboCategory);
     this.grpDefault.Controls.Add(this.lblCategory);
     this.grpDefault.Controls.Add(this.cdvLayout);
     this.grpDefault.Controls.Add(this.lblLayout);
     this.grpDefault.Controls.Add(this.cdvFactory);
     this.grpDefault.Controls.Add(this.lblFactory);
     this.grpDefault.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.grpDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grpDefault.Location  = new System.Drawing.Point(3, 0);
     this.grpDefault.Name      = "grpDefault";
     this.grpDefault.Size      = new System.Drawing.Size(320, 108);
     this.grpDefault.TabIndex  = 1;
     this.grpDefault.TabStop   = false;
     //
     //cboCategory
     //
     this.cboCategory.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cboCategory.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     ValueListItem1.DataValue       = "ValueListItem0";
     ValueListItem1.DisplayText     = "Layout";
     ValueListItem2.DataValue       = "ValueListItem1";
     ValueListItem2.DisplayText     = "User Group";
     this.cboCategory.Items.Add(ValueListItem1);
     this.cboCategory.Items.Add(ValueListItem2);
     this.cboCategory.Location = new System.Drawing.Point(120, 16);
     this.cboCategory.Name     = "cboCategory";
     this.cboCategory.Size     = new System.Drawing.Size(120, 19);
     this.cboCategory.TabIndex = 62;
     //
     //lblCategory
     //
     this.lblCategory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblCategory.Location  = new System.Drawing.Point(12, 18);
     this.lblCategory.Name      = "lblCategory";
     this.lblCategory.Size      = new System.Drawing.Size(75, 14);
     this.lblCategory.TabIndex  = 61;
     this.lblCategory.Text      = "Category";
     //
     //cdvLayout
     //
     this.cdvLayout.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvLayout.BtnToolTipText      = "";
     this.cdvLayout.DescText            = "";
     this.cdvLayout.DisplaySubItemIndex = -1;
     this.cdvLayout.DisplayText         = "";
     this.cdvLayout.Focusing            = null;
     this.cdvLayout.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdvLayout.Index                      = 0;
     this.cdvLayout.IsViewBtnImage             = false;
     this.cdvLayout.Location                   = new System.Drawing.Point(120, 71);
     this.cdvLayout.MaxLength                  = 10;
     this.cdvLayout.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvLayout.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvLayout.Name                       = "cdvLayout";
     this.cdvLayout.ReadOnly                   = false;
     this.cdvLayout.SearchSubItemIndex         = 0;
     this.cdvLayout.SelectedDescIndex          = -1;
     this.cdvLayout.SelectedSubItemIndex       = -1;
     this.cdvLayout.SelectionStart             = 0;
     this.cdvLayout.Size                       = new System.Drawing.Size(168, 20);
     this.cdvLayout.SmallImageList             = null;
     this.cdvLayout.StyleBorder                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cdvLayout.TabIndex                   = 59;
     this.cdvLayout.TextBoxToolTipText         = "";
     this.cdvLayout.TextBoxWidth               = 168;
     this.cdvLayout.VisibleButton              = true;
     this.cdvLayout.VisibleColumnHeader        = false;
     this.cdvLayout.VisibleDescription         = false;
     //
     //lblLayout
     //
     this.lblLayout.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblLayout.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLayout.Location  = new System.Drawing.Point(12, 74);
     this.lblLayout.Name      = "lblLayout";
     this.lblLayout.Size      = new System.Drawing.Size(100, 14);
     this.lblLayout.TabIndex  = 60;
     this.lblLayout.Text      = "Layout";
     //
     //cdvFactory
     //
     this.cdvFactory.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvFactory.BtnToolTipText      = "";
     this.cdvFactory.DescText            = "";
     this.cdvFactory.DisplaySubItemIndex = -1;
     this.cdvFactory.DisplayText         = "";
     this.cdvFactory.Focusing            = null;
     this.cdvFactory.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdvFactory.Index                      = 0;
     this.cdvFactory.IsViewBtnImage             = false;
     this.cdvFactory.Location                   = new System.Drawing.Point(120, 43);
     this.cdvFactory.MaxLength                  = 10;
     this.cdvFactory.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvFactory.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvFactory.Name                       = "cdvFactory";
     this.cdvFactory.ReadOnly                   = false;
     this.cdvFactory.SearchSubItemIndex         = 0;
     this.cdvFactory.SelectedDescIndex          = -1;
     this.cdvFactory.SelectedSubItemIndex       = -1;
     this.cdvFactory.SelectionStart             = 0;
     this.cdvFactory.Size                       = new System.Drawing.Size(168, 20);
     this.cdvFactory.SmallImageList             = null;
     this.cdvFactory.StyleBorder                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cdvFactory.TabIndex                   = 57;
     this.cdvFactory.TextBoxToolTipText         = "";
     this.cdvFactory.TextBoxWidth               = 168;
     this.cdvFactory.VisibleButton              = true;
     this.cdvFactory.VisibleColumnHeader        = false;
     this.cdvFactory.VisibleDescription         = false;
     //
     //lblFactory
     //
     this.lblFactory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblFactory.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFactory.Location  = new System.Drawing.Point(12, 46);
     this.lblFactory.Name      = "lblFactory";
     this.lblFactory.Size      = new System.Drawing.Size(100, 14);
     this.lblFactory.TabIndex  = 58;
     this.lblFactory.Text      = "Factory";
     //
     //frmFMBSetupDefaultLayout
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(326, 148);
     this.Controls.Add(this.pnlFill);
     this.Controls.Add(this.pnlBottom);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmFMBSetupDefaultLayout";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Default Layout Setup";
     this.pnlBottom.ResumeLayout(false);
     this.pnlFill.ResumeLayout(false);
     this.grpDefault.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.cboCategory).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvLayout).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvFactory).EndInit();
     this.ResumeLayout(false);
 }