Exemplo n.º 1
0
        void listBoxControl2_DoubleClick(object sender, EventArgs e)
        {
            DevExpress.XtraEditors.ListBoxControl lc = sender as DevExpress.XtraEditors.ListBoxControl;
            DataRowView v    = lc.SelectedItem as DataRowView;
            DataRowView view = this.treeList1.Current as DataRowView;

            if (view != null)
            {
                if (view["DZBS"].Equals(false))
                {
                    // string xuhao=view["Number"].ToString();
                    //string name = view["Name"].ToString();
                    //if (name == "人工" || name == "材料" || name == "机械")
                    //{
                    view["Calculation"] = "";
                    view["UnitPrice"]   = "0";
                    DataRow row = this.Source.Table.NewRow();
                    row["ParentID"]    = view["id"];
                    row["Number"]      = GetChdName();
                    row["Name"]        = v[CEntity材机表.FILED_CAIJMC];
                    row["Unit"]        = v[CEntity材机表.FILED_CAIJDW];
                    row["UnID"]        = this.Activitie.ID;
                    row["EnID"]        = this.Activitie.PID;
                    row["Quantities"]  = 1;
                    row["Coefficient"] = 100;
                    row["IsSys"]       = false;
                    row["PKey"]        = view["Key"];
                    row["Key"]         = ++this.CurrentBusiness.Current.ObjectKey;
                    this.Source.Table.Rows.Add(row);
                    // }
                }
            }
        }
Exemplo n.º 2
0
        void lst_L_DragDrop(object sender, DragEventArgs e)
        {
            lstBox_To = sender as DevExpress.XtraEditors.ListBoxControl;

            Point newPoint = new Point(e.X, e.Y);

            newPoint = lstBox_To.PointToClient(newPoint);

            int selectedIndex = lstBox_To.IndexFromPoint(newPoint);

            if (lstBox_From.Equals(lstBox_To))
            {
                return;
            }

            lstBox_From.SelectedItems.ToList().ForEach(a =>
            {
                if (!lstBox_To.Items.Contains(a))
                {
                    lstBox_To.Items.Add(a);
                }
                if (lstBox_From.Items.Contains(a))
                {
                    lstBox_From.Items.Remove(a);
                }
            });

            lstBox_To.SortOrder = SortOrder.Ascending;
        }
Exemplo n.º 3
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="table"></param>
        /// <param name="sFieldName">字段别名</param>
        /// <param name="listboxValues"></param>
        private void GetUniqueValue(ITable table, string sFieldName, DevExpress.XtraEditors.ListBoxControl listboxValues)
        {
            try
            {
                IDataStatistics _dataStatistics = new DataStatisticsClass();
                ICursor         _cursor;

                string strFieldName = m_FieldTable[sFieldName].ToString();
                int    _fieldIndex  = table.Fields.FindField(strFieldName);

                _cursor = table.Search(null, false);
                listboxValues.Items.Clear();

                _dataStatistics.Field  = strFieldName;
                _dataStatistics.Cursor = _cursor;
                IEnumerator _enumerator = _dataStatistics.UniqueValues;
                _enumerator.Reset();
                while (_enumerator.MoveNext())
                {
                    if (table.Fields.get_Field(_fieldIndex).Type == esriFieldType.esriFieldTypeString)
                    {
                        listboxValues.Items.Add("'" + _enumerator.Current.ToString() + "'");
                    }
                    else
                    {
                        listboxValues.Items.Add(_enumerator.Current.ToString());
                    }
                }
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }
Exemplo n.º 4
0
 private void bindSingleList(DevExpress.XtraEditors.ListBoxControl lb, XmlNodeList nodes)
 {
     lb.Items.Clear();
     foreach (XmlNode nd in nodes)
     {
         lb.Items.Add(nd.Attributes["SortNo"].Value + "---" + nd.Attributes["value"].Value);
     }
 }
 public void FillCubes(DevExpress.XtraEditors.ListBoxControl list)
 {
     list.Items.Clear();
     foreach (Microsoft.AnalysisServices.Database asDB in Cubes)
     {
         list.Items.Add(asDB);
     }
 }
Exemplo n.º 6
0
 /// <summary>
 /// 将旧的控件复制到新的控件
 /// </summary>
 /// <param name="oldLBC"></param>
 /// <param name="newLBC"></param>
 private void copeList(DevExpress.XtraEditors.ListBoxControl oldLBC, DevExpress.XtraEditors.ListBoxControl newLBC)
 {
     oldLBC.Items.Clear();
     DevExpress.XtraEditors.ListBoxControl newListBoxControl = newLBC as DevExpress.XtraEditors.ListBoxControl;
     if (newListBoxControl != null)
     {
         foreach (string item in newListBoxControl.Items)
         {
             oldLBC.Items.Add(item);
         }
     }
 }
Exemplo n.º 7
0
        void lst_L_MouseDown(object sender, MouseEventArgs e)
        {
            lstBox_From = sender as DevExpress.XtraEditors.ListBoxControl;

            p = new Point(e.X, e.Y);

            int selectedIndex = lstBox_From.IndexFromPoint(p);

            if (selectedIndex == -1)
            {
                p = Point.Empty;
            }
        }
Exemplo n.º 8
0
 internal void GuardarPermisosUsuario(TextBox txtUsuario, DevExpress.XtraEditors.ListBoxControl lstPermisosAsignados)
 {
     #region GuardarPermisosUsuario
     seguridad.BorrarPermisosUsuarioBLL(txtUsuario.Text.ToUpper().Trim());
     foreach (var permiso in lstPermisosAsignados.Items)
     {
         seguridad = new BLLSeguridad();
         seguridad._permisoUsuario.PermisoID = Convert.ToDecimal(permiso.ToString().Split('-')[0]);
         seguridad._permisoUsuario.Usuario   = txtUsuario.Text.Trim().ToUpper();
         seguridad.GuardarPermisosUsuarioBLL();
     }
     #endregion
 }
Exemplo n.º 9
0
 private void BindAllListBox(Hashtable mHt)
 {
     foreach (DictionaryEntry de in mHt)
     {
         DevExpress.XtraEditors.ListBoxControl mListBox = de.Key as DevExpress.XtraEditors.ListBoxControl;
         XmlNodeList mNodes = de.Value as XmlNodeList;
         mListBox.Items.Clear();
         foreach (XmlNode nd in mNodes)
         {
             mListBox.Items.Add(nd.Attributes["SortNo"].Value + "---" + nd.Attributes["value"].Value);
         }
     }
 }
Exemplo n.º 10
0
        void ClearListBox(DevExpress.XtraEditors.ListBoxControl LBC)
        {
            var layers = from a in LBC.Items.Cast <object>().ToList()
                         where !lst_L.Items.Contains(a)
                         select a;

            if (layers.Any())
            {
                lst_L.Items.AddRange(layers.ToArray());
                lst_L.SortOrder = SortOrder.Ascending;
            }

            LBC.Items.Clear();
        }
Exemplo n.º 11
0
 private void ShowFilteredUsers(DevExpress.XtraEditors.ListBoxControl dxList, List <mycOLAPuser> lstUser)
 {
     dxList.DataSource    = lstUser;
     dxList.DisplayMember = "ShortName";
     dxList.ValueMember   = "Name";
     if (tabRoleUser.SelectedTab.Name == tabRoles.Name)
     {
         stBarList2.Text = string.Format(">>> {0} пользователй", lstUser.Count.ToString());
     }
     else
     {
         stBarList1.Text = string.Format(">>> {0} пользователей", lstUser.Count.ToString());
     }
 }
Exemplo n.º 12
0
 //修改赛选条件
 void View_ModifFilter(object sender, CJia.PIVAS.Views.Label.FilterLabelEventArgs e)
 {
     DevExpress.XtraEditors.CheckedListBoxControl pharmTypes = e.PharmType;
     DevExpress.XtraEditors.CheckedListBoxControl batchs     = e.LabelBatch;
     DevExpress.XtraEditors.CheckedListBoxControl beds       = e.Bed;
     DevExpress.XtraEditors.ListBoxControl        use        = e.UserOrderBy;
     DevExpress.XtraEditors.ListBoxControl        nouse      = e.NoUserOrderBy;
     this.cope(CJia.PIVAS.Tools.LabelFilter.PharmType, pharmTypes);
     this.cope(CJia.PIVAS.Tools.LabelFilter.LabelBacth, batchs);
     this.cope(CJia.PIVAS.Tools.LabelFilter.IllfileBens, beds);
     this.copeList(CJia.PIVAS.Tools.LabelFilter.UseOrderBy, use);
     this.copeList(CJia.PIVAS.Tools.LabelFilter.NoUseOrderBy, nouse);
     //this.View.ShowMessage("保存过滤条件与排序方式成功!");
 }
Exemplo n.º 13
0
 internal void obtenerPermisoSistema(DevExpress.XtraEditors.ListBoxControl lstPermisosSinAsignar)
 {
     lstPermisos = seguridad.obtenerPermisoSistemaBLL();
     try
     {
         foreach (USPGETPERMISOSResult permiso in lstPermisos)
         {
             lstPermisosSinAsignar.Items.Add(permiso.PermisoID + " - " + permiso.Descripcion);
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemplo n.º 14
0
        internal void MostrarPermisosAsignados(DevExpress.XtraEditors.ListBoxControl lstPermisosAsignados, DevExpress.XtraEditors.ListBoxControl lstPermisosSinAsignar, string usuario)
        {
            List <USPGETPERMISOUSUARIOResult> lstPermisoUsuario = seguridad.ObtenerPermisosUsuarioBLL(usuario);

            foreach (USPGETPERMISOUSUARIOResult permiso in lstPermisoUsuario)
            {
                foreach (USPGETPERMISOSResult permisoGral in lstPermisos)
                {
                    if (permisoGral.PermisoID == permiso.PermisoID)
                    {
                        lstPermisosAsignados.Items.Add(permisoGral.PermisoID + " - " + permisoGral.Descripcion);
                        lstPermisosSinAsignar.Items.Remove(permisoGral.PermisoID + " - " + permisoGral.Descripcion);
                    }
                }
            }
        }
Exemplo n.º 15
0
        void lst_L_MouseMove(object sender, MouseEventArgs e)
        {
            lstBox_From = sender as DevExpress.XtraEditors.ListBoxControl;

            if (e.Button == MouseButtons.Left)
            {
                if ((p != Point.Empty) &&
                    (Math.Abs(e.X - p.X) > SystemInformation.DragSize.Width) || (Math.Abs(e.Y) - p.Y) > SystemInformation.DragSize.Height)
                {
                    if (lstBox_From != null)
                    {
                        lstBox_From.DoDragDrop(sender, DragDropEffects.Move);
                    }
                }
            }
        }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lsServer  = new DevExpress.XtraEditors.ListBoxControl();
     this.btnPick   = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.lsServer)).BeginInit();
     this.SuspendLayout();
     //
     // lsServer
     //
     this.lsServer.Location = new System.Drawing.Point(0, 0);
     this.lsServer.Name     = "lsServer";
     this.lsServer.Size     = new System.Drawing.Size(200, 120);
     this.lsServer.TabIndex = 0;
     //
     // btnPick
     //
     this.btnPick.Location = new System.Drawing.Point(48, 120);
     this.btnPick.Name     = "btnPick";
     this.btnPick.Size     = new System.Drawing.Size(48, 16);
     this.btnPick.TabIndex = 1;
     this.btnPick.Text     = "Pick";
     this.btnPick.Click   += new System.EventHandler(this.btnPick_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(104, 120);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(56, 16);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // ServerSource
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(200, 141);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnPick);
     this.Controls.Add(this.lsServer);
     this.Name  = "ServerSource";
     this.Text  = "Server List";
     this.Load += new System.EventHandler(this.ServerSource_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lsServer)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 private void listBox1_DragDrop(object sender, DragEventArgs e)
 {
     DevExpress.XtraEditors.ListBoxControl          lb    = sender as DevExpress.XtraEditors.ListBoxControl;
     DevExpress.XtraTreeList.TreeListMultiSelection nodes = GetDragNodes(e.Data);
     if (nodes != null)
     {
         int ind = lb.IndexFromPoint(lb.PointToClient(new Point(e.X, e.Y)));
         for (int i = 0; i < nodes.Count; i++)
         {
             string dragString = GetStringByNode(nodes[i]);
             if (ind == -1)
             {
                 lb.Items.Add(dragString);
             }
             else
             {
                 lb.Items.Insert(ind, dragString);
             }
         }
     }
 }
 /// <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();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.XPSCSData = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.UOWData = new DevExpress.Xpo.UnitOfWork(this.components);
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.coluserin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditdatein = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.coldateincc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRealNamecc1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfnumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSyndicate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubCommitte = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colyasref = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldeathdate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditDMY = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.colMMashatNId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditUpdate = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.colsarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsheekno = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsheekdate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEDARET = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEDARET1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEdaraMandopName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnkapaMandopName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.tblDeathMembersTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLDeathMembersTableAdapter();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
     this.btnClear = new DevExpress.XtraEditors.SimpleButton();
     this.lbc = new DevExpress.XtraEditors.ListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPSCSData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UOWData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditUpdate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbc)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlData
     //
     this.gridControlData.DataSource = this.XPSCSData;
     this.gridControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlData.EmbeddedNavigator.Buttons.Append.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlData.Location = new System.Drawing.Point(2, 21);
     this.gridControlData.MainView = this.gridViewData;
     this.gridControlData.Name = "gridControlData";
     this.gridControlData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEditdatein,
     this.repositoryItemDateEditDMY,
     this.repositoryItemButtonEditUpdate});
     this.gridControlData.Size = new System.Drawing.Size(1075, 285);
     this.gridControlData.TabIndex = 0;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     this.gridControlData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // XPSCSData
     //
     this.XPSCSData.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.vTBLDeathMembersDataTable);
     this.XPSCSData.Session = this.UOWData;
     //
     // UOWData
     //
     this.UOWData.TrackPropertiesModifications = false;
     //
     // gridViewData
     //
     this.gridViewData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.coluserin,
     this.coldateincc,
     this.colRealNamecc1,
     this.colMMashatName1,
     this.colsarfnumber,
     this.colSyndicate,
     this.colSubCommitte,
     this.colyasref,
     this.colMMashatId,
     this.coldeathdate,
     this.colMMashatNId,
     this.gridColumn1,
     this.colsarf,
     this.colsheekno,
     this.colsheekdate});
     this.gridViewData.GridControl = this.gridControlData;
     this.gridViewData.Name = "gridViewData";
     this.gridViewData.NewItemRowText = "اضغط لاضافة جديد";
     this.gridViewData.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewData.OptionsView.ColumnAutoWidth = false;
     this.gridViewData.OptionsView.ShowAutoFilterRow = true;
     this.gridViewData.OptionsView.ShowDetailButtons = false;
     this.gridViewData.OptionsView.ShowGroupPanel = false;
     //
     // coluserin
     //
     this.coluserin.AppearanceCell.Options.UseTextOptions = true;
     this.coluserin.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coluserin.AppearanceHeader.Options.UseTextOptions = true;
     this.coluserin.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coluserin.Caption = "تاريخ الادخال";
     this.coluserin.ColumnEdit = this.repositoryItemDateEditdatein;
     this.coluserin.FieldName = "datein";
     this.coluserin.Name = "coluserin";
     this.coluserin.Visible = true;
     this.coluserin.VisibleIndex = 8;
     //
     // repositoryItemDateEditdatein
     //
     this.repositoryItemDateEditdatein.AutoHeight = false;
     this.repositoryItemDateEditdatein.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditdatein.DisplayFormat.FormatString = "g";
     this.repositoryItemDateEditdatein.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditdatein.EditFormat.FormatString = "g";
     this.repositoryItemDateEditdatein.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditdatein.Mask.EditMask = "g";
     this.repositoryItemDateEditdatein.Name = "repositoryItemDateEditdatein";
     this.repositoryItemDateEditdatein.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // coldateincc
     //
     this.coldateincc.AppearanceCell.Options.UseTextOptions = true;
     this.coldateincc.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldateincc.AppearanceHeader.Options.UseTextOptions = true;
     this.coldateincc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldateincc.Caption = "تاريخ الادخال حسابات";
     this.coldateincc.ColumnEdit = this.repositoryItemDateEditdatein;
     this.coldateincc.FieldName = "dateinacc";
     this.coldateincc.Name = "coldateincc";
     this.coldateincc.OptionsColumn.AllowEdit = false;
     this.coldateincc.Visible = true;
     this.coldateincc.VisibleIndex = 13;
     this.coldateincc.Width = 115;
     //
     // colRealNamecc1
     //
     this.colRealNamecc1.Caption = "مسئول الادخال حسابات";
     this.colRealNamecc1.FieldName = "RealNamecc";
     this.colRealNamecc1.Name = "colRealNamecc1";
     this.colRealNamecc1.Visible = true;
     this.colRealNamecc1.VisibleIndex = 14;
     this.colRealNamecc1.Width = 128;
     //
     // colMMashatName1
     //
     this.colMMashatName1.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatName1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatName1.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatName1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatName1.Caption = "الاسم";
     this.colMMashatName1.FieldName = "MMashatName";
     this.colMMashatName1.Name = "colMMashatName1";
     this.colMMashatName1.OptionsColumn.AllowEdit = false;
     this.colMMashatName1.Visible = true;
     this.colMMashatName1.VisibleIndex = 1;
     this.colMMashatName1.Width = 212;
     //
     // colsarfnumber
     //
     this.colsarfnumber.AppearanceCell.Options.UseTextOptions = true;
     this.colsarfnumber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfnumber.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarfnumber.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfnumber.Caption = "رقم صرف";
     this.colsarfnumber.FieldName = "sarfnumber";
     this.colsarfnumber.Name = "colsarfnumber";
     this.colsarfnumber.OptionsColumn.AllowEdit = false;
     this.colsarfnumber.Visible = true;
     this.colsarfnumber.VisibleIndex = 4;
     //
     // colSyndicate
     //
     this.colSyndicate.AppearanceCell.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.AppearanceHeader.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.Caption = "فرعية";
     this.colSyndicate.FieldName = "Syndicate";
     this.colSyndicate.Name = "colSyndicate";
     this.colSyndicate.OptionsColumn.AllowEdit = false;
     this.colSyndicate.Visible = true;
     this.colSyndicate.VisibleIndex = 2;
     this.colSyndicate.Width = 93;
     //
     // colSubCommitte
     //
     this.colSubCommitte.AppearanceCell.Options.UseTextOptions = true;
     this.colSubCommitte.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSubCommitte.AppearanceHeader.Options.UseTextOptions = true;
     this.colSubCommitte.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSubCommitte.Caption = "لجنة";
     this.colSubCommitte.FieldName = "SubCommitte";
     this.colSubCommitte.Name = "colSubCommitte";
     this.colSubCommitte.OptionsColumn.AllowEdit = false;
     this.colSubCommitte.Visible = true;
     this.colSubCommitte.VisibleIndex = 3;
     this.colSubCommitte.Width = 104;
     //
     // colyasref
     //
     this.colyasref.AppearanceCell.Options.UseTextOptions = true;
     this.colyasref.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colyasref.AppearanceHeader.Options.UseTextOptions = true;
     this.colyasref.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colyasref.Caption = "يصرف";
     this.colyasref.FieldName = "yasref";
     this.colyasref.Name = "colyasref";
     this.colyasref.Visible = true;
     this.colyasref.VisibleIndex = 6;
     //
     // colMMashatId
     //
     this.colMMashatId.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatId.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatId.Caption = "كود";
     this.colMMashatId.FieldName = "MMashatId";
     this.colMMashatId.Name = "colMMashatId";
     this.colMMashatId.Visible = true;
     this.colMMashatId.VisibleIndex = 0;
     //
     // coldeathdate
     //
     this.coldeathdate.AppearanceCell.Options.UseTextOptions = true;
     this.coldeathdate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldeathdate.AppearanceHeader.Options.UseTextOptions = true;
     this.coldeathdate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldeathdate.Caption = "تاريخ الوفاه";
     this.coldeathdate.ColumnEdit = this.repositoryItemDateEditDMY;
     this.coldeathdate.FieldName = "deathdate";
     this.coldeathdate.Name = "coldeathdate";
     this.coldeathdate.Visible = true;
     this.coldeathdate.VisibleIndex = 7;
     //
     // repositoryItemDateEditDMY
     //
     this.repositoryItemDateEditDMY.AutoHeight = false;
     this.repositoryItemDateEditDMY.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditDMY.DisplayFormat.FormatString = "d/M/yyyy";
     this.repositoryItemDateEditDMY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDMY.EditFormat.FormatString = "d/M/yyyy";
     this.repositoryItemDateEditDMY.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDMY.Mask.EditMask = "d/M/yyyy";
     this.repositoryItemDateEditDMY.Name = "repositoryItemDateEditDMY";
     this.repositoryItemDateEditDMY.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // colMMashatNId
     //
     this.colMMashatNId.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatNId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatNId.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatNId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatNId.Caption = "رقم قومي";
     this.colMMashatNId.FieldName = "MMashatNId";
     this.colMMashatNId.Name = "colMMashatNId";
     this.colMMashatNId.Visible = true;
     this.colMMashatNId.VisibleIndex = 5;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "تعديل";
     this.gridColumn1.ColumnEdit = this.repositoryItemButtonEditUpdate;
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 9;
     //
     // repositoryItemButtonEditUpdate
     //
     this.repositoryItemButtonEditUpdate.AutoHeight = false;
     this.repositoryItemButtonEditUpdate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEditUpdate.Name = "repositoryItemButtonEditUpdate";
     this.repositoryItemButtonEditUpdate.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditUpdate.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditUpdate_ButtonClick);
     //
     // colsarf
     //
     this.colsarf.AppearanceCell.Options.UseTextOptions = true;
     this.colsarf.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarf.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarf.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarf.Caption = "صرف";
     this.colsarf.FieldName = "sarf";
     this.colsarf.Name = "colsarf";
     this.colsarf.Visible = true;
     this.colsarf.VisibleIndex = 12;
     //
     // colsheekno
     //
     this.colsheekno.AppearanceCell.Options.UseTextOptions = true;
     this.colsheekno.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsheekno.AppearanceHeader.Options.UseTextOptions = true;
     this.colsheekno.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsheekno.Caption = "رقم الشيك";
     this.colsheekno.FieldName = "sheekno";
     this.colsheekno.Name = "colsheekno";
     this.colsheekno.Visible = true;
     this.colsheekno.VisibleIndex = 10;
     //
     // colsheekdate
     //
     this.colsheekdate.AppearanceCell.Options.UseTextOptions = true;
     this.colsheekdate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsheekdate.AppearanceHeader.Options.UseTextOptions = true;
     this.colsheekdate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsheekdate.Caption = "تاريخ الشيك";
     this.colsheekdate.FieldName = "sheekdate";
     this.colsheekdate.Name = "colsheekdate";
     this.colsheekdate.Visible = true;
     this.colsheekdate.VisibleIndex = 11;
     //
     // colEDARET
     //
     this.colEDARET.AppearanceCell.Options.UseTextOptions = true;
     this.colEDARET.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET.AppearanceHeader.Options.UseTextOptions = true;
     this.colEDARET.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET.Caption = "اسم الاداره";
     this.colEDARET.FieldName = "EDARET";
     this.colEDARET.Name = "colEDARET";
     this.colEDARET.Visible = true;
     this.colEDARET.VisibleIndex = 0;
     //
     // colEDARET1
     //
     this.colEDARET1.AppearanceCell.Options.UseTextOptions = true;
     this.colEDARET1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET1.AppearanceHeader.Options.UseTextOptions = true;
     this.colEDARET1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET1.Caption = "الادارة";
     this.colEDARET1.FieldName = "EDARET";
     this.colEDARET1.Name = "colEDARET1";
     this.colEDARET1.Visible = true;
     this.colEDARET1.VisibleIndex = 0;
     //
     // colEdaraMandopName
     //
     this.colEdaraMandopName.AppearanceCell.Options.UseTextOptions = true;
     this.colEdaraMandopName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEdaraMandopName.AppearanceHeader.Options.UseTextOptions = true;
     this.colEdaraMandopName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEdaraMandopName.Caption = "الاسم";
     this.colEdaraMandopName.FieldName = "EdaraMandopName";
     this.colEdaraMandopName.Name = "colEdaraMandopName";
     this.colEdaraMandopName.Visible = true;
     this.colEdaraMandopName.VisibleIndex = 0;
     //
     // colnkapaMandopName
     //
     this.colnkapaMandopName.AppearanceCell.Options.UseTextOptions = true;
     this.colnkapaMandopName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colnkapaMandopName.AppearanceHeader.Options.UseTextOptions = true;
     this.colnkapaMandopName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colnkapaMandopName.Caption = "الاسم";
     this.colnkapaMandopName.FieldName = "nkapaMandopName";
     this.colnkapaMandopName.Name = "colnkapaMandopName";
     this.colnkapaMandopName.Visible = true;
     this.colnkapaMandopName.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption = "اسم الشهر";
     this.gridColumn2.FieldName = "MonthName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.gridControlData);
     this.groupControl1.Location = new System.Drawing.Point(0, 78);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(1079, 308);
     this.groupControl1.TabIndex = 1;
     //
     // tblDeathMembersTableAdapter
     //
     this.tblDeathMembersTableAdapter.ClearBeforeFill = true;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.btnEdit);
     this.groupControl2.Controls.Add(this.btnClear);
     this.groupControl2.Controls.Add(this.lbc);
     this.groupControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControl2.Location = new System.Drawing.Point(0, 0);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(1079, 72);
     this.groupControl2.TabIndex = 2;
     //
     // btnEdit
     //
     this.btnEdit.Location = new System.Drawing.Point(725, 22);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(147, 23);
     this.btnEdit.TabIndex = 1;
     this.btnEdit.Text = "تعديل القائمة";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(725, 47);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(147, 23);
     this.btnClear.TabIndex = 1;
     this.btnClear.Text = "مسح القائمة";
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // lbc
     //
     this.lbc.Dock = System.Windows.Forms.DockStyle.Right;
     this.lbc.Location = new System.Drawing.Point(878, 21);
     this.lbc.Name = "lbc";
     this.lbc.Size = new System.Drawing.Size(199, 49);
     this.lbc.TabIndex = 0;
     //
     // TBLDeathMembersAccFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1079, 388);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Name = "TBLDeathMembersAccFrm";
     this.Text = "بيان الورثة";
     this.Load += new System.EventHandler(this.FormFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPSCSData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UOWData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditUpdate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lbc)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.GeneralSettingsPage = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.chooseLanguageBox = new DevExpress.XtraEditors.ComboBoxEdit();
     this.TableSettingsPage = new DevExpress.XtraTab.XtraTabPage();
     this.ExaminationSettingsPage = new DevExpress.XtraTab.XtraTabPage();
     this.AdminSettingsPage = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.manageDepartmentsBtn = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.adjustRolesBtn = new DevExpress.XtraEditors.SimpleButton();
     this.userManageBtn = new DevExpress.XtraEditors.SimpleButton();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.dataStoragePathTxt = new DevExpress.XtraEditors.TextEdit();
     this.browseDSPathBtn = new DevExpress.XtraEditors.SimpleButton();
     this.CloseBtn = new DevExpress.XtraEditors.SimpleButton();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.GeneralSettingsPage)).BeginInit();
     this.GeneralSettingsPage.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chooseLanguageBox.Properties)).BeginInit();
     this.AdminSettingsPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataStoragePathTxt.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // GeneralSettingsPage
     //
     this.GeneralSettingsPage.Dock = System.Windows.Forms.DockStyle.Top;
     this.GeneralSettingsPage.Location = new System.Drawing.Point(0, 0);
     this.GeneralSettingsPage.Name = "GeneralSettingsPage";
     this.GeneralSettingsPage.SelectedTabPage = this.xtraTabPage1;
     this.GeneralSettingsPage.Size = new System.Drawing.Size(393, 338);
     this.GeneralSettingsPage.TabIndex = 0;
     this.GeneralSettingsPage.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.TableSettingsPage,
     this.ExaminationSettingsPage,
     this.AdminSettingsPage});
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.groupControl2);
     this.xtraTabPage1.Controls.Add(this.groupControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(387, 310);
     this.xtraTabPage1.Text = "Основные настройки";
     //
     // groupControl2
     //
     this.groupControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.groupControl2.Controls.Add(this.listBoxControl1);
     this.groupControl2.Location = new System.Drawing.Point(21, 93);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(347, 152);
     this.groupControl2.TabIndex = 2;
     this.groupControl2.Text = "Подключенные модули";
     //
     // listBoxControl1
     //
     this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxControl1.Location = new System.Drawing.Point(2, 21);
     this.listBoxControl1.Name = "listBoxControl1";
     this.listBoxControl1.Size = new System.Drawing.Size(343, 129);
     this.listBoxControl1.TabIndex = 0;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.chooseLanguageBox);
     this.groupControl1.Location = new System.Drawing.Point(20, 24);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(110, 52);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text = "Язык";
     //
     // chooseLanguageBox
     //
     this.chooseLanguageBox.Location = new System.Drawing.Point(5, 24);
     this.chooseLanguageBox.Name = "chooseLanguageBox";
     this.chooseLanguageBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.chooseLanguageBox.Size = new System.Drawing.Size(100, 20);
     this.chooseLanguageBox.TabIndex = 0;
     //
     // TableSettingsPage
     //
     this.TableSettingsPage.Name = "TableSettingsPage";
     this.TableSettingsPage.Size = new System.Drawing.Size(387, 310);
     this.TableSettingsPage.Text = "Таблицы";
     //
     // ExaminationSettingsPage
     //
     this.ExaminationSettingsPage.Name = "ExaminationSettingsPage";
     this.ExaminationSettingsPage.Size = new System.Drawing.Size(387, 310);
     this.ExaminationSettingsPage.Text = "Обследования";
     //
     // AdminSettingsPage
     //
     this.AdminSettingsPage.Controls.Add(this.groupControl5);
     this.AdminSettingsPage.Controls.Add(this.groupControl4);
     this.AdminSettingsPage.Controls.Add(this.progressBar1);
     this.AdminSettingsPage.Controls.Add(this.groupControl3);
     this.AdminSettingsPage.Name = "AdminSettingsPage";
     this.AdminSettingsPage.Size = new System.Drawing.Size(387, 310);
     this.AdminSettingsPage.Text = "Настройки администратора";
     //
     // groupControl5
     //
     this.groupControl5.Controls.Add(this.manageDepartmentsBtn);
     this.groupControl5.Location = new System.Drawing.Point(207, 156);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.Size = new System.Drawing.Size(171, 107);
     this.groupControl5.TabIndex = 7;
     this.groupControl5.Text = "groupControl5";
     //
     // manageDepartmentsBtn
     //
     this.manageDepartmentsBtn.Location = new System.Drawing.Point(15, 33);
     this.manageDepartmentsBtn.Name = "manageDepartmentsBtn";
     this.manageDepartmentsBtn.Size = new System.Drawing.Size(75, 23);
     this.manageDepartmentsBtn.TabIndex = 0;
     this.manageDepartmentsBtn.Text = "simpleButton1";
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.adjustRolesBtn);
     this.groupControl4.Controls.Add(this.userManageBtn);
     this.groupControl4.Location = new System.Drawing.Point(12, 156);
     this.groupControl4.Name = "groupControl4";
     this.groupControl4.Size = new System.Drawing.Size(178, 107);
     this.groupControl4.TabIndex = 6;
     this.groupControl4.Text = "Данные пользователей";
     //
     // adjustRolesBtn
     //
     this.adjustRolesBtn.Location = new System.Drawing.Point(15, 33);
     this.adjustRolesBtn.Name = "adjustRolesBtn";
     this.adjustRolesBtn.Size = new System.Drawing.Size(85, 23);
     this.adjustRolesBtn.TabIndex = 5;
     this.adjustRolesBtn.Text = "Управление ролями";
     this.adjustRolesBtn.TextChanged += new System.EventHandler(this.adjustRolesBtn_TextChanged);
     //
     // userManageBtn
     //
     this.userManageBtn.Location = new System.Drawing.Point(15, 67);
     this.userManageBtn.Name = "userManageBtn";
     this.userManageBtn.Size = new System.Drawing.Size(85, 23);
     this.userManageBtn.TabIndex = 4;
     this.userManageBtn.Text = "Управление пользователями";
     this.userManageBtn.TextChanged += new System.EventHandler(this.userManageBtn_TextChanged);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(27, 104);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(336, 18);
     this.progressBar1.TabIndex = 3;
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.dataStoragePathTxt);
     this.groupControl3.Controls.Add(this.browseDSPathBtn);
     this.groupControl3.Location = new System.Drawing.Point(12, 17);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(366, 74);
     this.groupControl3.TabIndex = 2;
     this.groupControl3.Text = "Расположение файлового хранилища";
     //
     // dataStoragePathTxt
     //
     this.dataStoragePathTxt.Location = new System.Drawing.Point(15, 32);
     this.dataStoragePathTxt.Name = "dataStoragePathTxt";
     this.dataStoragePathTxt.Size = new System.Drawing.Size(255, 20);
     this.dataStoragePathTxt.TabIndex = 0;
     //
     // browseDSPathBtn
     //
     this.browseDSPathBtn.Location = new System.Drawing.Point(276, 31);
     this.browseDSPathBtn.Name = "browseDSPathBtn";
     this.browseDSPathBtn.Size = new System.Drawing.Size(75, 23);
     this.browseDSPathBtn.TabIndex = 1;
     this.browseDSPathBtn.Text = "Открыть";
     this.browseDSPathBtn.Click += new System.EventHandler(this.browseDSPathBtn_Click);
     //
     // CloseBtn
     //
     this.CloseBtn.Location = new System.Drawing.Point(157, 351);
     this.CloseBtn.Name = "CloseBtn";
     this.CloseBtn.Size = new System.Drawing.Size(75, 23);
     this.CloseBtn.TabIndex = 2;
     this.CloseBtn.Text = "Закрыть";
     this.CloseBtn.Click += new System.EventHandler(this.CloseBtn_Click);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(393, 395);
     this.Controls.Add(this.CloseBtn);
     this.Controls.Add(this.GeneralSettingsPage);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(409, 433);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(401, 422);
     this.Name = "SettingsForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Настройки";
     ((System.ComponentModel.ISupportInitialize)(this.GeneralSettingsPage)).EndInit();
     this.GeneralSettingsPage.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chooseLanguageBox.Properties)).EndInit();
     this.AdminSettingsPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataStoragePathTxt.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DocManagement_DocModify_TabContr = new DevExpress.XtraTab.XtraTabControl();
     this.DocManagement_DocModify_TabContr_BasicInfo = new DevExpress.XtraTab.XtraTabPage();
     this.btnCannel = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.ckAuto = new DevExpress.XtraEditors.CheckEdit();
     this.ckFlow = new DevExpress.XtraEditors.CheckEdit();
     this.cbxDocDense = new DevExpress.XtraEditors.ComboBoxEdit();
     this.DocManagement_DocModify_GroupControl_PartsRelated = new DevExpress.XtraEditors.GroupControl();
     this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
     this.btnPartsDel = new DevExpress.XtraEditors.SimpleButton();
     this.btnPartsAdd = new DevExpress.XtraEditors.SimpleButton();
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo = new DevExpress.XtraTab.XtraTabControl();
     this.DocManagement_DocModify_XtraTabPage_Remark = new DevExpress.XtraTab.XtraTabPage();
     this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
     this.DocManagement_DocModify_XtraTabPage_KeyWords = new DevExpress.XtraTab.XtraTabPage();
     this.txtKey = new DevExpress.XtraEditors.MemoEdit();
     this.DocManagement_DocModify_XtraTabPage_Summary = new DevExpress.XtraTab.XtraTabPage();
     this.txtAbstract = new DevExpress.XtraEditors.MemoEdit();
     this.txtDocModel = new DevExpress.XtraEditors.ButtonEdit();
     this.txtDocUpload = new DevExpress.XtraEditors.ButtonEdit();
     this.txtDocFlow = new DevExpress.XtraEditors.ButtonEdit();
     this.txtDocCategory = new DevExpress.XtraEditors.ButtonEdit();
     this.txtDocNumber = new DevExpress.XtraEditors.ButtonEdit();
     this.DocManagement_DocModify_Label_SecurityLevel = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_InValidTime = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_ValidTime = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_DocModel = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_DocUpload = new DevExpress.XtraEditors.LabelControl();
     this.txtDocPage = new DevExpress.XtraEditors.TextEdit();
     this.DocManagement_DocModify_Label_DocPage = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_DocFlow = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_ModifyTime = new DevExpress.XtraEditors.LabelControl();
     this.txtModifyTime = new DevExpress.XtraEditors.TextEdit();
     this.txtModifyCount = new DevExpress.XtraEditors.TextEdit();
     this.DocManagement_DocModify_Label_ModifyCount = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_DocCategory = new DevExpress.XtraEditors.LabelControl();
     this.txtDocFormat = new DevExpress.XtraEditors.TextEdit();
     this.DocManagement_DocModify_Label_DocFormat = new DevExpress.XtraEditors.LabelControl();
     this.txtEnName = new DevExpress.XtraEditors.TextEdit();
     this.DocManagement_DocModify_Label_EnglishName = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_DocName = new DevExpress.XtraEditors.LabelControl();
     this.txtDocName = new DevExpress.XtraEditors.TextEdit();
     this.txtDocVersion = new DevExpress.XtraEditors.TextEdit();
     this.DocManagement_DocModify_Label_DocVersion = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_Label_DocNumber = new DevExpress.XtraEditors.LabelControl();
     this.txtInValidTime = new DevExpress.XtraEditors.DateEdit();
     this.txtValidTime = new DevExpress.XtraEditors.DateEdit();
     this.DocManagement_DocModify_tabContr_AdditionalInfor = new DevExpress.XtraTab.XtraTabPage();
     this.DocManagement_DocModify_TabContr_ApproInfo = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl = new DevExpress.XtraEditors.GroupControl();
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList = new DevExpress.XtraTreeList.TreeList();
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl = new DevExpress.XtraEditors.GroupControl();
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl = new DevExpress.XtraGrid.GridControl();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl = new DevExpress.XtraEditors.GroupControl();
     this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit = new DevExpress.XtraEditors.TextEdit();
     this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit = new DevExpress.XtraEditors.TextEdit();
     this.DocManage_DocManageTool_DocModify_DocName_TextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.DocManagement_DocModify_TabContr_DocAssociated = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl = new DevExpress.XtraEditors.GroupControl();
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl = new DevExpress.XtraEditors.GroupControl();
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
     this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
     this.DocManage_DocManageTool_DocModify_Creater_CheckEdit = new DevExpress.XtraEditors.CheckEdit();
     this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit = new DevExpress.XtraEditors.CheckEdit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl = new DevExpress.XtraEditors.GroupControl();
     this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit = new DevExpress.XtraEditors.TextEdit();
     this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit = new DevExpress.XtraEditors.TextEdit();
     this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_TabContr)).BeginInit();
     this.DocManagement_DocModify_TabContr.SuspendLayout();
     this.DocManagement_DocModify_TabContr_BasicInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckAuto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckFlow.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxDocDense.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_GroupControl_PartsRelated)).BeginInit();
     this.DocManagement_DocModify_GroupControl_PartsRelated.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_XtraTabControl_DocBasicInfo)).BeginInit();
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.SuspendLayout();
     this.DocManagement_DocModify_XtraTabPage_Remark.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     this.DocManagement_DocModify_XtraTabPage_KeyWords.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtKey.Properties)).BeginInit();
     this.DocManagement_DocModify_XtraTabPage_Summary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtAbstract.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocModel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocUpload.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocFlow.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocPage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtModifyTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtModifyCount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocFormat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEnName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocVersion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties)).BeginInit();
     this.DocManagement_DocModify_TabContr_ApproInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl)).BeginInit();
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl)).BeginInit();
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl)).BeginInit();
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Properties)).BeginInit();
     this.DocManagement_DocModify_TabContr_DocAssociated.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl)).BeginInit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl)).BeginInit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl)).BeginInit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // DocManagement_DocModify_TabContr
     //
     this.DocManagement_DocModify_TabContr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManagement_DocModify_TabContr.Location = new System.Drawing.Point(-4, -2);
     this.DocManagement_DocModify_TabContr.Name = "DocManagement_DocModify_TabContr";
     this.DocManagement_DocModify_TabContr.SelectedTabPage = this.DocManagement_DocModify_TabContr_BasicInfo;
     this.DocManagement_DocModify_TabContr.Size = new System.Drawing.Size(777, 604);
     this.DocManagement_DocModify_TabContr.TabIndex = 0;
     this.DocManagement_DocModify_TabContr.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.DocManagement_DocModify_TabContr_BasicInfo,
     this.DocManagement_DocModify_tabContr_AdditionalInfor,
     this.DocManagement_DocModify_TabContr_ApproInfo,
     this.DocManagement_DocModify_TabContr_DocAssociated});
     //
     // DocManagement_DocModify_TabContr_BasicInfo
     //
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.btnCannel);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.btnSave);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.ckAuto);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.ckFlow);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.cbxDocDense);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_GroupControl_PartsRelated);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_XtraTabControl_DocBasicInfo);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocModel);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocUpload);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocFlow);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocCategory);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocNumber);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_SecurityLevel);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_InValidTime);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_ValidTime);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocModel);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocUpload);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocPage);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocPage);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocFlow);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_ModifyTime);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtModifyTime);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtModifyCount);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_ModifyCount);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocCategory);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocFormat);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocFormat);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtEnName);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_EnglishName);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocName);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocName);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtDocVersion);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocVersion);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.DocManagement_DocModify_Label_DocNumber);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtInValidTime);
     this.DocManagement_DocModify_TabContr_BasicInfo.Controls.Add(this.txtValidTime);
     this.DocManagement_DocModify_TabContr_BasicInfo.Name = "DocManagement_DocModify_TabContr_BasicInfo";
     this.DocManagement_DocModify_TabContr_BasicInfo.Size = new System.Drawing.Size(771, 575);
     this.DocManagement_DocModify_TabContr_BasicInfo.Text = "文档基本信息";
     //
     // btnCannel
     //
     this.btnCannel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCannel.Location = new System.Drawing.Point(646, 512);
     this.btnCannel.Name = "btnCannel";
     this.btnCannel.Size = new System.Drawing.Size(75, 23);
     this.btnCannel.TabIndex = 76;
     this.btnCannel.Text = "取消";
     this.btnCannel.Click += new System.EventHandler(this.btnCannel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSave.Location = new System.Drawing.Point(551, 512);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 75;
     this.btnSave.Text = "确定";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // ckAuto
     //
     this.ckAuto.Location = new System.Drawing.Point(498, 199);
     this.ckAuto.Name = "ckAuto";
     this.ckAuto.Properties.Caption = "自动归档";
     this.ckAuto.Size = new System.Drawing.Size(87, 19);
     this.ckAuto.TabIndex = 74;
     //
     // ckFlow
     //
     this.ckFlow.Location = new System.Drawing.Point(300, 119);
     this.ckFlow.Name = "ckFlow";
     this.ckFlow.Properties.Caption = "不需要审签";
     this.ckFlow.Size = new System.Drawing.Size(87, 19);
     this.ckFlow.TabIndex = 73;
     //
     // cbxDocDense
     //
     this.cbxDocDense.Location = new System.Drawing.Point(108, 198);
     this.cbxDocDense.Name = "cbxDocDense";
     this.cbxDocDense.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbxDocDense.Properties.Items.AddRange(new object[] {
     "绝密",
     "机密",
     "秘密",
     "一般"});
     this.cbxDocDense.Size = new System.Drawing.Size(279, 20);
     this.cbxDocDense.TabIndex = 72;
     //
     // DocManagement_DocModify_GroupControl_PartsRelated
     //
     this.DocManagement_DocModify_GroupControl_PartsRelated.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManagement_DocModify_GroupControl_PartsRelated.Controls.Add(this.listBoxControl1);
     this.DocManagement_DocModify_GroupControl_PartsRelated.Controls.Add(this.btnPartsDel);
     this.DocManagement_DocModify_GroupControl_PartsRelated.Controls.Add(this.btnPartsAdd);
     this.DocManagement_DocModify_GroupControl_PartsRelated.Location = new System.Drawing.Point(32, 371);
     this.DocManagement_DocModify_GroupControl_PartsRelated.Name = "DocManagement_DocModify_GroupControl_PartsRelated";
     this.DocManagement_DocModify_GroupControl_PartsRelated.Size = new System.Drawing.Size(731, 135);
     this.DocManagement_DocModify_GroupControl_PartsRelated.TabIndex = 38;
     this.DocManagement_DocModify_GroupControl_PartsRelated.Text = "关联零部件";
     //
     // listBoxControl1
     //
     this.listBoxControl1.Location = new System.Drawing.Point(10, 25);
     this.listBoxControl1.Name = "listBoxControl1";
     this.listBoxControl1.Size = new System.Drawing.Size(601, 105);
     this.listBoxControl1.TabIndex = 2;
     //
     // btnPartsDel
     //
     this.btnPartsDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPartsDel.Location = new System.Drawing.Point(649, 95);
     this.btnPartsDel.Name = "btnPartsDel";
     this.btnPartsDel.Size = new System.Drawing.Size(75, 23);
     this.btnPartsDel.TabIndex = 1;
     this.btnPartsDel.Text = "删除";
     this.btnPartsDel.Click += new System.EventHandler(this.btnPartsDel_Click);
     //
     // btnPartsAdd
     //
     this.btnPartsAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPartsAdd.Location = new System.Drawing.Point(649, 43);
     this.btnPartsAdd.Name = "btnPartsAdd";
     this.btnPartsAdd.Size = new System.Drawing.Size(75, 23);
     this.btnPartsAdd.TabIndex = 0;
     this.btnPartsAdd.Text = "添加";
     this.btnPartsAdd.Click += new System.EventHandler(this.btnPartsAdd_Click);
     //
     // DocManagement_DocModify_XtraTabControl_DocBasicInfo
     //
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal;
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Location = new System.Drawing.Point(32, 224);
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Name = "DocManagement_DocModify_XtraTabControl_DocBasicInfo";
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.SelectedTabPage = this.DocManagement_DocModify_XtraTabPage_Remark;
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.Size = new System.Drawing.Size(736, 144);
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.TabIndex = 37;
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.DocManagement_DocModify_XtraTabPage_Remark,
     this.DocManagement_DocModify_XtraTabPage_KeyWords,
     this.DocManagement_DocModify_XtraTabPage_Summary});
     //
     // DocManagement_DocModify_XtraTabPage_Remark
     //
     this.DocManagement_DocModify_XtraTabPage_Remark.Controls.Add(this.txtRemark);
     this.DocManagement_DocModify_XtraTabPage_Remark.Name = "DocManagement_DocModify_XtraTabPage_Remark";
     this.DocManagement_DocModify_XtraTabPage_Remark.Size = new System.Drawing.Size(680, 138);
     this.DocManagement_DocModify_XtraTabPage_Remark.Text = "备注";
     //
     // txtRemark
     //
     this.txtRemark.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtRemark.Location = new System.Drawing.Point(0, 0);
     this.txtRemark.Name = "txtRemark";
     this.txtRemark.Size = new System.Drawing.Size(680, 138);
     this.txtRemark.TabIndex = 0;
     //
     // DocManagement_DocModify_XtraTabPage_KeyWords
     //
     this.DocManagement_DocModify_XtraTabPage_KeyWords.Controls.Add(this.txtKey);
     this.DocManagement_DocModify_XtraTabPage_KeyWords.Name = "DocManagement_DocModify_XtraTabPage_KeyWords";
     this.DocManagement_DocModify_XtraTabPage_KeyWords.Size = new System.Drawing.Size(680, 138);
     this.DocManagement_DocModify_XtraTabPage_KeyWords.Text = "关键字";
     //
     // txtKey
     //
     this.txtKey.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtKey.Location = new System.Drawing.Point(0, 0);
     this.txtKey.Name = "txtKey";
     this.txtKey.Size = new System.Drawing.Size(680, 138);
     this.txtKey.TabIndex = 0;
     //
     // DocManagement_DocModify_XtraTabPage_Summary
     //
     this.DocManagement_DocModify_XtraTabPage_Summary.Controls.Add(this.txtAbstract);
     this.DocManagement_DocModify_XtraTabPage_Summary.Name = "DocManagement_DocModify_XtraTabPage_Summary";
     this.DocManagement_DocModify_XtraTabPage_Summary.Size = new System.Drawing.Size(680, 138);
     this.DocManagement_DocModify_XtraTabPage_Summary.Text = "摘要";
     //
     // txtAbstract
     //
     this.txtAbstract.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtAbstract.Location = new System.Drawing.Point(0, 0);
     this.txtAbstract.Name = "txtAbstract";
     this.txtAbstract.Size = new System.Drawing.Size(680, 138);
     this.txtAbstract.TabIndex = 0;
     //
     // txtDocModel
     //
     this.txtDocModel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDocModel.Location = new System.Drawing.Point(498, 140);
     this.txtDocModel.Name = "txtDocModel";
     this.txtDocModel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDocModel.Size = new System.Drawing.Size(265, 20);
     this.txtDocModel.TabIndex = 35;
     this.txtDocModel.Click += new System.EventHandler(this.txtDocModel_Click);
     //
     // txtDocUpload
     //
     this.txtDocUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtDocUpload.Location = new System.Drawing.Point(108, 146);
     this.txtDocUpload.Name = "txtDocUpload";
     this.txtDocUpload.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDocUpload.Size = new System.Drawing.Size(279, 20);
     this.txtDocUpload.TabIndex = 33;
     this.txtDocUpload.Click += new System.EventHandler(this.docUpload_ButtonClick);
     //
     // txtDocFlow
     //
     this.txtDocFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtDocFlow.Location = new System.Drawing.Point(108, 117);
     this.txtDocFlow.Name = "txtDocFlow";
     this.txtDocFlow.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDocFlow.Size = new System.Drawing.Size(160, 20);
     this.txtDocFlow.TabIndex = 32;
     this.txtDocFlow.Click += new System.EventHandler(this.txtDocFlow_Click);
     //
     // txtDocCategory
     //
     this.txtDocCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDocCategory.Location = new System.Drawing.Point(498, 60);
     this.txtDocCategory.Name = "txtDocCategory";
     this.txtDocCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDocCategory.Size = new System.Drawing.Size(265, 20);
     this.txtDocCategory.TabIndex = 31;
     this.txtDocCategory.Click += new System.EventHandler(this.txtDocCategory_Click);
     //
     // txtDocNumber
     //
     this.txtDocNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtDocNumber.Location = new System.Drawing.Point(108, 6);
     this.txtDocNumber.Name = "txtDocNumber";
     this.txtDocNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDocNumber.Size = new System.Drawing.Size(279, 20);
     this.txtDocNumber.TabIndex = 30;
     this.txtDocNumber.Click += new System.EventHandler(this.txtDocNumber_Click);
     //
     // DocManagement_DocModify_Label_SecurityLevel
     //
     this.DocManagement_DocModify_Label_SecurityLevel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_SecurityLevel.Location = new System.Drawing.Point(32, 201);
     this.DocManagement_DocModify_Label_SecurityLevel.Name = "DocManagement_DocModify_Label_SecurityLevel";
     this.DocManagement_DocModify_Label_SecurityLevel.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_SecurityLevel.TabIndex = 28;
     this.DocManagement_DocModify_Label_SecurityLevel.Text = "文档密级:";
     //
     // DocManagement_DocModify_Label_InValidTime
     //
     this.DocManagement_DocModify_Label_InValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_InValidTime.Location = new System.Drawing.Point(427, 173);
     this.DocManagement_DocModify_Label_InValidTime.Name = "DocManagement_DocModify_Label_InValidTime";
     this.DocManagement_DocModify_Label_InValidTime.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_InValidTime.TabIndex = 26;
     this.DocManagement_DocModify_Label_InValidTime.Text = "失效时间:";
     //
     // DocManagement_DocModify_Label_ValidTime
     //
     this.DocManagement_DocModify_Label_ValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_ValidTime.Location = new System.Drawing.Point(32, 175);
     this.DocManagement_DocModify_Label_ValidTime.Name = "DocManagement_DocModify_Label_ValidTime";
     this.DocManagement_DocModify_Label_ValidTime.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_ValidTime.TabIndex = 24;
     this.DocManagement_DocModify_Label_ValidTime.Text = "生效时间:";
     //
     // DocManagement_DocModify_Label_DocModel
     //
     this.DocManagement_DocModify_Label_DocModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocModel.Location = new System.Drawing.Point(427, 146);
     this.DocManagement_DocModify_Label_DocModel.Name = "DocManagement_DocModify_Label_DocModel";
     this.DocManagement_DocModify_Label_DocModel.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_DocModel.TabIndex = 22;
     this.DocManagement_DocModify_Label_DocModel.Text = "文档模板:";
     //
     // DocManagement_DocModify_Label_DocUpload
     //
     this.DocManagement_DocModify_Label_DocUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocUpload.Location = new System.Drawing.Point(32, 149);
     this.DocManagement_DocModify_Label_DocUpload.Name = "DocManagement_DocModify_Label_DocUpload";
     this.DocManagement_DocModify_Label_DocUpload.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_DocUpload.TabIndex = 19;
     this.DocManagement_DocModify_Label_DocUpload.Text = "上传文件:";
     //
     // txtDocPage
     //
     this.txtDocPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDocPage.Location = new System.Drawing.Point(498, 115);
     this.txtDocPage.Name = "txtDocPage";
     this.txtDocPage.Size = new System.Drawing.Size(265, 20);
     this.txtDocPage.TabIndex = 18;
     //
     // DocManagement_DocModify_Label_DocPage
     //
     this.DocManagement_DocModify_Label_DocPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocPage.Location = new System.Drawing.Point(427, 120);
     this.DocManagement_DocModify_Label_DocPage.Name = "DocManagement_DocModify_Label_DocPage";
     this.DocManagement_DocModify_Label_DocPage.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_DocPage.TabIndex = 17;
     this.DocManagement_DocModify_Label_DocPage.Text = "文档页面:";
     //
     // DocManagement_DocModify_Label_DocFlow
     //
     this.DocManagement_DocModify_Label_DocFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocFlow.Location = new System.Drawing.Point(32, 120);
     this.DocManagement_DocModify_Label_DocFlow.Name = "DocManagement_DocModify_Label_DocFlow";
     this.DocManagement_DocModify_Label_DocFlow.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_DocFlow.TabIndex = 16;
     this.DocManagement_DocModify_Label_DocFlow.Text = "文档流程:";
     //
     // DocManagement_DocModify_Label_ModifyTime
     //
     this.DocManagement_DocModify_Label_ModifyTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_ModifyTime.Location = new System.Drawing.Point(427, 92);
     this.DocManagement_DocModify_Label_ModifyTime.Name = "DocManagement_DocModify_Label_ModifyTime";
     this.DocManagement_DocModify_Label_ModifyTime.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_ModifyTime.TabIndex = 15;
     this.DocManagement_DocModify_Label_ModifyTime.Text = "修改时间:";
     //
     // txtModifyTime
     //
     this.txtModifyTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtModifyTime.Location = new System.Drawing.Point(499, 86);
     this.txtModifyTime.Name = "txtModifyTime";
     this.txtModifyTime.Size = new System.Drawing.Size(264, 20);
     this.txtModifyTime.TabIndex = 14;
     //
     // txtModifyCount
     //
     this.txtModifyCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtModifyCount.Location = new System.Drawing.Point(108, 91);
     this.txtModifyCount.Name = "txtModifyCount";
     this.txtModifyCount.Size = new System.Drawing.Size(279, 20);
     this.txtModifyCount.TabIndex = 13;
     //
     // DocManagement_DocModify_Label_ModifyCount
     //
     this.DocManagement_DocModify_Label_ModifyCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_ModifyCount.Location = new System.Drawing.Point(32, 94);
     this.DocManagement_DocModify_Label_ModifyCount.Name = "DocManagement_DocModify_Label_ModifyCount";
     this.DocManagement_DocModify_Label_ModifyCount.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_ModifyCount.TabIndex = 12;
     this.DocManagement_DocModify_Label_ModifyCount.Text = "修改次数:";
     //
     // DocManagement_DocModify_Label_DocCategory
     //
     this.DocManagement_DocModify_Label_DocCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocCategory.Location = new System.Drawing.Point(427, 63);
     this.DocManagement_DocModify_Label_DocCategory.Name = "DocManagement_DocModify_Label_DocCategory";
     this.DocManagement_DocModify_Label_DocCategory.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_DocCategory.TabIndex = 10;
     this.DocManagement_DocModify_Label_DocCategory.Text = "文档分类:";
     //
     // txtDocFormat
     //
     this.txtDocFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtDocFormat.Location = new System.Drawing.Point(108, 63);
     this.txtDocFormat.Name = "txtDocFormat";
     this.txtDocFormat.Size = new System.Drawing.Size(279, 20);
     this.txtDocFormat.TabIndex = 9;
     //
     // DocManagement_DocModify_Label_DocFormat
     //
     this.DocManagement_DocModify_Label_DocFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocFormat.Location = new System.Drawing.Point(32, 65);
     this.DocManagement_DocModify_Label_DocFormat.Name = "DocManagement_DocModify_Label_DocFormat";
     this.DocManagement_DocModify_Label_DocFormat.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_DocFormat.TabIndex = 8;
     this.DocManagement_DocModify_Label_DocFormat.Text = "文档格式:";
     //
     // txtEnName
     //
     this.txtEnName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEnName.Location = new System.Drawing.Point(498, 34);
     this.txtEnName.Name = "txtEnName";
     this.txtEnName.Size = new System.Drawing.Size(265, 20);
     this.txtEnName.TabIndex = 7;
     //
     // DocManagement_DocModify_Label_EnglishName
     //
     this.DocManagement_DocModify_Label_EnglishName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_EnglishName.Location = new System.Drawing.Point(427, 37);
     this.DocManagement_DocModify_Label_EnglishName.Name = "DocManagement_DocModify_Label_EnglishName";
     this.DocManagement_DocModify_Label_EnglishName.Size = new System.Drawing.Size(52, 14);
     this.DocManagement_DocModify_Label_EnglishName.TabIndex = 6;
     this.DocManagement_DocModify_Label_EnglishName.Text = "英文名称:";
     //
     // DocManagement_DocModify_Label_DocName
     //
     this.DocManagement_DocModify_Label_DocName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocName.Location = new System.Drawing.Point(25, 40);
     this.DocManagement_DocModify_Label_DocName.Name = "DocManagement_DocModify_Label_DocName";
     this.DocManagement_DocModify_Label_DocName.Size = new System.Drawing.Size(59, 14);
     this.DocManagement_DocModify_Label_DocName.TabIndex = 5;
     this.DocManagement_DocModify_Label_DocName.Text = "*文档名称:";
     //
     // txtDocName
     //
     this.txtDocName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtDocName.Location = new System.Drawing.Point(108, 37);
     this.txtDocName.Name = "txtDocName";
     this.txtDocName.Size = new System.Drawing.Size(279, 20);
     this.txtDocName.TabIndex = 4;
     //
     // txtDocVersion
     //
     this.txtDocVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDocVersion.Location = new System.Drawing.Point(499, 7);
     this.txtDocVersion.Name = "txtDocVersion";
     this.txtDocVersion.Size = new System.Drawing.Size(264, 20);
     this.txtDocVersion.TabIndex = 3;
     //
     // DocManagement_DocModify_Label_DocVersion
     //
     this.DocManagement_DocModify_Label_DocVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocVersion.Location = new System.Drawing.Point(412, 10);
     this.DocManagement_DocModify_Label_DocVersion.Name = "DocManagement_DocModify_Label_DocVersion";
     this.DocManagement_DocModify_Label_DocVersion.Size = new System.Drawing.Size(67, 14);
     this.DocManagement_DocModify_Label_DocVersion.TabIndex = 2;
     this.DocManagement_DocModify_Label_DocVersion.Text = "*文档版本:";
     //
     // DocManagement_DocModify_Label_DocNumber
     //
     this.DocManagement_DocModify_Label_DocNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocNumber.Location = new System.Drawing.Point(25, 10);
     this.DocManagement_DocModify_Label_DocNumber.Name = "DocManagement_DocModify_Label_DocNumber";
     this.DocManagement_DocModify_Label_DocNumber.Size = new System.Drawing.Size(59, 14);
     this.DocManagement_DocModify_Label_DocNumber.TabIndex = 1;
     this.DocManagement_DocModify_Label_DocNumber.Text = "*文档编码:";
     //
     // txtInValidTime
     //
     this.txtInValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtInValidTime.EditValue = null;
     this.txtInValidTime.Location = new System.Drawing.Point(498, 167);
     this.txtInValidTime.Name = "txtInValidTime";
     this.txtInValidTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtInValidTime.Properties.Mask.EditMask = "F";
     this.txtInValidTime.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtInValidTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtInValidTime.Size = new System.Drawing.Size(265, 20);
     this.txtInValidTime.TabIndex = 36;
     //
     // txtValidTime
     //
     this.txtValidTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.txtValidTime.EditValue = null;
     this.txtValidTime.Location = new System.Drawing.Point(108, 172);
     this.txtValidTime.Name = "txtValidTime";
     this.txtValidTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtValidTime.Properties.Mask.EditMask = "F";
     this.txtValidTime.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtValidTime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtValidTime.Size = new System.Drawing.Size(279, 20);
     this.txtValidTime.TabIndex = 34;
     //
     // DocManagement_DocModify_tabContr_AdditionalInfor
     //
     this.DocManagement_DocModify_tabContr_AdditionalInfor.Name = "DocManagement_DocModify_tabContr_AdditionalInfor";
     this.DocManagement_DocModify_tabContr_AdditionalInfor.Size = new System.Drawing.Size(771, 575);
     this.DocManagement_DocModify_tabContr_AdditionalInfor.Text = "文档附加信息";
     //
     // DocManagement_DocModify_TabContr_ApproInfo
     //
     this.DocManagement_DocModify_TabContr_ApproInfo.Controls.Add(this.panelControl3);
     this.DocManagement_DocModify_TabContr_ApproInfo.Name = "DocManagement_DocModify_TabContr_ApproInfo";
     this.DocManagement_DocModify_TabContr_ApproInfo.Size = new System.Drawing.Size(771, 575);
     this.DocManagement_DocModify_TabContr_ApproInfo.Text = "文档审签信息";
     //
     // panelControl3
     //
     this.panelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl3.Controls.Add(this.panelControl4);
     this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_Query_SimpleButton);
     this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit);
     this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit);
     this.panelControl3.Controls.Add(this.checkEdit4);
     this.panelControl3.Controls.Add(this.checkEdit3);
     this.panelControl3.Controls.Add(this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl);
     this.panelControl3.Location = new System.Drawing.Point(1, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(770, 531);
     this.panelControl3.TabIndex = 7;
     //
     // panelControl4
     //
     this.panelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton);
     this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton);
     this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl);
     this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton);
     this.panelControl4.Controls.Add(this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl);
     this.panelControl4.Location = new System.Drawing.Point(218, 1);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(552, 530);
     this.panelControl4.TabIndex = 27;
     //
     // DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Location = new System.Drawing.Point(274, 502);
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Name = "DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton";
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Size = new System.Drawing.Size(51, 23);
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.TabIndex = 32;
     this.DocManage_DocManageTool_DocModify_DeleteDocMessage_SimpleButton.Text = "删除";
     //
     // DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Location = new System.Drawing.Point(331, 502);
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Name = "DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton";
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Size = new System.Drawing.Size(51, 23);
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.TabIndex = 31;
     this.DocManage_DocManageTool_DocModify_ModifyDocMessage_SimpleButton.Text = "修改";
     //
     // DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl
     //
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList);
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Location = new System.Drawing.Point(2, 225);
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Name = "DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl";
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Size = new System.Drawing.Size(550, 271);
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.TabIndex = 9;
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.Text = "文档审签详细信息";
     //
     // DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList
     //
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Location = new System.Drawing.Point(-2, 22);
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Name = "DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList";
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.OptionsPrint.UsePrintStyles = true;
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.Size = new System.Drawing.Size(552, 249);
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList.TabIndex = 0;
     //
     // DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Location = new System.Drawing.Point(217, 502);
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Name = "DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton";
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Size = new System.Drawing.Size(51, 23);
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.TabIndex = 30;
     this.DocManage_DocManageTool_DocModify_AddDocMessage_SimpleButton.Text = "添加";
     //
     // DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl
     //
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl);
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Location = new System.Drawing.Point(0, -1);
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Name = "DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl";
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Size = new System.Drawing.Size(552, 220);
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.TabIndex = 8;
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.Text = "文档查询结果";
     //
     // DocManage_DocManageTool_DocModify_DocQueryValue_GridControl
     //
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Location = new System.Drawing.Point(1, 21);
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.MainView = this.gridView2;
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Name = "DocManage_DocManageTool_DocModify_DocQueryValue_GridControl";
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.Size = new System.Drawing.Size(551, 197);
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.TabIndex = 0;
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView2});
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13});
     this.gridView2.GridControl = this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "文档名称";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 0;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "文档编号";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 1;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "文档版本";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 2;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "审签状态";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 3;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "申请人";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 4;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "申请日期";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 5;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "审签人";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 6;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "审签日期";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 7;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "备注";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 8;
     //
     // DocManage_DocManageTool_DocModify_Query_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Location = new System.Drawing.Point(158, 204);
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Name = "DocManage_DocManageTool_DocModify_Query_SimpleButton";
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Size = new System.Drawing.Size(59, 23);
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton.TabIndex = 26;
     this.DocManage_DocManageTool_DocModify_Query_SimpleButton.Text = "查询(Q)";
     //
     // DocManage_DocManageTool_DocModify_Proposer_ButtonEdit
     //
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Location = new System.Drawing.Point(70, 141);
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Proposer_ButtonEdit";
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Size = new System.Drawing.Size(147, 20);
     this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.TabIndex = 20;
     //
     // DocManage_DocManageTool_DocModify_Approver_ButtonEdit
     //
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Location = new System.Drawing.Point(70, 178);
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Approver_ButtonEdit";
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Size = new System.Drawing.Size(147, 20);
     this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.TabIndex = 19;
     //
     // checkEdit4
     //
     this.checkEdit4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.checkEdit4.Location = new System.Drawing.Point(2, 141);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "申请人:";
     this.checkEdit4.Size = new System.Drawing.Size(62, 19);
     this.checkEdit4.TabIndex = 11;
     //
     // checkEdit3
     //
     this.checkEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.checkEdit3.Location = new System.Drawing.Point(2, 178);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "审签人:";
     this.checkEdit3.Size = new System.Drawing.Size(62, 19);
     this.checkEdit3.TabIndex = 10;
     //
     // DocManage_DocManageTool_DocModify_DocMessage_GroupControl
     //
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DocName_TextEdit);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.labelControl4);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.labelControl5);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Controls.Add(this.labelControl6);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Location = new System.Drawing.Point(5, 5);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Name = "DocManage_DocManageTool_DocModify_DocMessage_GroupControl";
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Size = new System.Drawing.Size(212, 122);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.TabIndex = 9;
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.Text = "文档信息";
     //
     // DocManage_DocManageTool_DocModify_DocRelease_TextEdit
     //
     this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Location = new System.Drawing.Point(65, 96);
     this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Name = "DocManage_DocManageTool_DocModify_DocRelease_TextEdit";
     this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Size = new System.Drawing.Size(142, 20);
     this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.TabIndex = 13;
     //
     // DocManage_DocManageTool_DocModify_DocNumber_TextEdit
     //
     this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Location = new System.Drawing.Point(65, 62);
     this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Name = "DocManage_DocManageTool_DocModify_DocNumber_TextEdit";
     this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Size = new System.Drawing.Size(142, 20);
     this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.TabIndex = 14;
     //
     // DocManage_DocManageTool_DocModify_DocName_TextEdit
     //
     this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Location = new System.Drawing.Point(65, 25);
     this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Name = "DocManage_DocManageTool_DocModify_DocName_TextEdit";
     this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Size = new System.Drawing.Size(142, 20);
     this.DocManage_DocManageTool_DocModify_DocName_TextEdit.TabIndex = 15;
     //
     // labelControl4
     //
     this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl4.Location = new System.Drawing.Point(7, 28);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(52, 14);
     this.labelControl4.TabIndex = 8;
     this.labelControl4.Text = "文档名称:";
     //
     // labelControl5
     //
     this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl5.Location = new System.Drawing.Point(7, 64);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(52, 14);
     this.labelControl5.TabIndex = 7;
     this.labelControl5.Text = "文档编号:";
     //
     // labelControl6
     //
     this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl6.Location = new System.Drawing.Point(7, 99);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(52, 14);
     this.labelControl6.TabIndex = 6;
     this.labelControl6.Text = "文档版本:";
     //
     // DocManagement_DocModify_TabContr_DocAssociated
     //
     this.DocManagement_DocModify_TabContr_DocAssociated.Controls.Add(this.panelControl1);
     this.DocManagement_DocModify_TabContr_DocAssociated.Name = "DocManagement_DocModify_TabContr_DocAssociated";
     this.DocManagement_DocModify_TabContr_DocAssociated.Size = new System.Drawing.Size(771, 575);
     this.DocManagement_DocModify_TabContr_DocAssociated.Text = "关联文档";
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit);
     this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit);
     this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Creater_CheckEdit);
     this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit);
     this.panelControl1.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl);
     this.panelControl1.Location = new System.Drawing.Point(3, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(773, 531);
     this.panelControl1.TabIndex = 7;
     //
     // DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Location = new System.Drawing.Point(156, 214);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Name = "DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton";
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Size = new System.Drawing.Size(59, 23);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.TabIndex = 25;
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Text = "查询(Q)";
     this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton.Click += new System.EventHandler(this.DocManage_DocManageTool_DocModify_RelevanceDocQuery_SimpleButton_Click);
     //
     // panelControl2
     //
     this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl2.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl);
     this.panelControl2.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl);
     this.panelControl2.Location = new System.Drawing.Point(218, 2);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(555, 529);
     this.panelControl2.TabIndex = 23;
     //
     // DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl
     //
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Location = new System.Drawing.Point(5, 202);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl";
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Size = new System.Drawing.Size(550, 327);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.TabIndex = 9;
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.Text = "关联文档列表区";
     //
     // DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Location = new System.Drawing.Point(294, 299);
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Name = "DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton";
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Size = new System.Drawing.Size(51, 23);
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.TabIndex = 29;
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Text = "删除";
     this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton.Click += new System.EventHandler(this.DocManage_DocManageTool_DocModify_DeleteRelevanceDoc_SimpleButton_Click);
     //
     // DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton
     //
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Location = new System.Drawing.Point(221, 299);
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Name = "DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton";
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Size = new System.Drawing.Size(51, 23);
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.TabIndex = 26;
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Text = "添加";
     this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton.Click += new System.EventHandler(this.DocManage_DocManageTool_DocModify_AddRelevanceDoc_SimpleButton_Click);
     //
     // DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList
     //
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1,
     this.treeListColumn2,
     this.treeListColumn3,
     this.treeListColumn4});
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Location = new System.Drawing.Point(0, 23);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Name = "DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList";
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.OptionsPrint.UsePrintStyles = true;
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.Size = new System.Drawing.Size(545, 273);
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList.TabIndex = 0;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "文档名称";
     this.treeListColumn1.FieldName = "cn_name";
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.Visible = true;
     this.treeListColumn1.VisibleIndex = 0;
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "文档编号";
     this.treeListColumn2.FieldName = "number";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.Visible = true;
     this.treeListColumn2.VisibleIndex = 1;
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption = "文档版本";
     this.treeListColumn3.FieldName = "version";
     this.treeListColumn3.Name = "treeListColumn3";
     this.treeListColumn3.Visible = true;
     this.treeListColumn3.VisibleIndex = 2;
     //
     // treeListColumn4
     //
     this.treeListColumn4.Caption = "文档类型";
     this.treeListColumn4.FieldName = "document_type_name";
     this.treeListColumn4.Name = "treeListColumn4";
     this.treeListColumn4.Visible = true;
     this.treeListColumn4.VisibleIndex = 3;
     //
     // DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl
     //
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Controls.Add(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Location = new System.Drawing.Point(3, 1);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl";
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Size = new System.Drawing.Size(552, 195);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.TabIndex = 8;
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.Text = "关联文档查询结果";
     //
     // DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl
     //
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Location = new System.Drawing.Point(0, 21);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.MainView = this.gridView1;
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl";
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.Size = new System.Drawing.Size(547, 174);
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.TabIndex = 0;
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4});
     this.gridView1.GridControl = this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "文档名称";
     this.gridColumn1.FieldName = "cn_name";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "文档编号";
     this.gridColumn2.FieldName = "number";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "文档版本";
     this.gridColumn3.FieldName = "version";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "文档类型";
     this.gridColumn4.FieldName = "document_type_name";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // DocManage_DocManageTool_DocModify_Creater_ButtonEdit
     //
     this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Location = new System.Drawing.Point(68, 141);
     this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Creater_ButtonEdit";
     this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Size = new System.Drawing.Size(147, 20);
     this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.TabIndex = 20;
     //
     // DocManage_DocManageTool_DocModify_Modifier_ButtonEdit
     //
     this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Location = new System.Drawing.Point(68, 179);
     this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Name = "DocManage_DocManageTool_DocModify_Modifier_ButtonEdit";
     this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Size = new System.Drawing.Size(147, 20);
     this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.TabIndex = 19;
     //
     // DocManage_DocManageTool_DocModify_Creater_CheckEdit
     //
     this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Location = new System.Drawing.Point(1, 141);
     this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Name = "DocManage_DocManageTool_DocModify_Creater_CheckEdit";
     this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Properties.Caption = "创建人:";
     this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Size = new System.Drawing.Size(61, 19);
     this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.TabIndex = 10;
     //
     // DocManage_DocManageTool_DocModify_Modifier_CheckEdit
     //
     this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Location = new System.Drawing.Point(1, 179);
     this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Name = "DocManage_DocManageTool_DocModify_Modifier_CheckEdit";
     this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Properties.Caption = "修改人:";
     this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Size = new System.Drawing.Size(61, 19);
     this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.TabIndex = 9;
     //
     // DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl
     //
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.labelControl3);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.labelControl2);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Controls.Add(this.labelControl1);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Location = new System.Drawing.Point(3, 3);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Name = "DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl";
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Size = new System.Drawing.Size(212, 122);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.TabIndex = 8;
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.Text = "关联文档信息";
     //
     // DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit
     //
     this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Location = new System.Drawing.Point(65, 96);
     this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Name = "DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit";
     this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Size = new System.Drawing.Size(142, 20);
     this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.TabIndex = 13;
     //
     // DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit
     //
     this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Location = new System.Drawing.Point(65, 62);
     this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Name = "DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit";
     this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Size = new System.Drawing.Size(142, 20);
     this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.TabIndex = 14;
     //
     // DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit
     //
     this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Location = new System.Drawing.Point(65, 25);
     this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Name = "DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit";
     this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Size = new System.Drawing.Size(142, 20);
     this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.TabIndex = 15;
     //
     // labelControl3
     //
     this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl3.Location = new System.Drawing.Point(7, 28);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(52, 14);
     this.labelControl3.TabIndex = 8;
     this.labelControl3.Text = "文档名称:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(7, 64);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(52, 14);
     this.labelControl2.TabIndex = 7;
     this.labelControl2.Text = "文档编号:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(7, 99);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(52, 14);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text = "文档版本:";
     //
     // DocModify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(772, 567);
     this.Controls.Add(this.DocManagement_DocModify_TabContr);
     this.IsMdiContainer = true;
     this.Name = "DocModify";
     this.Text = "修改文档";
     this.Load += new System.EventHandler(this.docManagement_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_TabContr)).EndInit();
     this.DocManagement_DocModify_TabContr.ResumeLayout(false);
     this.DocManagement_DocModify_TabContr_BasicInfo.ResumeLayout(false);
     this.DocManagement_DocModify_TabContr_BasicInfo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckAuto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckFlow.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxDocDense.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_GroupControl_PartsRelated)).EndInit();
     this.DocManagement_DocModify_GroupControl_PartsRelated.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManagement_DocModify_XtraTabControl_DocBasicInfo)).EndInit();
     this.DocManagement_DocModify_XtraTabControl_DocBasicInfo.ResumeLayout(false);
     this.DocManagement_DocModify_XtraTabPage_Remark.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     this.DocManagement_DocModify_XtraTabPage_KeyWords.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtKey.Properties)).EndInit();
     this.DocManagement_DocModify_XtraTabPage_Summary.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtAbstract.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocModel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocUpload.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocFlow.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocNumber.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocPage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtModifyTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtModifyCount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocFormat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEnName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDocVersion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInValidTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValidTime.Properties)).EndInit();
     this.DocManagement_DocModify_TabContr_ApproInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl)).EndInit();
     this.DocManage_DocManageTool_DocModify_DocReviewMessage_GroupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocReviewMessage_TreeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl)).EndInit();
     this.DocManage_DocManageTool_DocModify_DocQueryValue_GroupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocQueryValue_GridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Proposer_ButtonEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Approver_ButtonEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl)).EndInit();
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.ResumeLayout(false);
     this.DocManage_DocManageTool_DocModify_DocMessage_GroupControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocRelease_TextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocNumber_TextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_DocName_TextEdit.Properties)).EndInit();
     this.DocManagement_DocModify_TabContr_DocAssociated.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl)).EndInit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocList_GroupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocList_TreeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl)).EndInit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GroupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocQueryValue_GridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_ButtonEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_ButtonEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Creater_CheckEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_Modifier_CheckEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl)).EndInit();
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.ResumeLayout(false);
     this.DocManage_DocManageTool_DocModify_RelevanceDocMessage_GroupControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocRelease_TextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocNumber_TextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocManage_DocManageTool_RelevanceDocModify_DocName_TextEdit.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSearchByAttribute));
     this.LayersComboBox = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.AttributeCollistBox = new DevExpress.XtraEditors.ListBoxControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton11 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton12 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton13 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.Clear = new DevExpress.XtraEditors.SimpleButton();
     this.Verification = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton17 = new DevExpress.XtraEditors.SimpleButton();
     this.Exit = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.simpleButton19 = new DevExpress.XtraEditors.SimpleButton();
     this.SQLRichTextBox = new System.Windows.Forms.RichTextBox();
     this.simpleButton14 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.LayersComboBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AttributeCollistBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // LayersComboBox
     //
     this.LayersComboBox.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.LayersComboBox.EditValue = "部分模型";
     this.LayersComboBox.Location = new System.Drawing.Point(79, 15);
     this.LayersComboBox.Name = "LayersComboBox";
     this.LayersComboBox.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
     this.LayersComboBox.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.Default;
     this.LayersComboBox.Properties.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.LayersComboBox.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.LayersComboBox.Properties.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.LayersComboBox.Properties.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.LayersComboBox.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.LayersComboBox.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.LayersComboBox.Properties.AppearanceDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.LayersComboBox.Properties.AppearanceDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.LayersComboBox.Properties.AppearanceDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.LayersComboBox.Properties.AppearanceDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.LayersComboBox.Properties.AppearanceDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.LayersComboBox.Properties.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.LayersComboBox.Properties.AppearanceDropDown.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.LayersComboBox.Properties.AppearanceDropDown.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.LayersComboBox.Properties.AppearanceDropDown.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.LayersComboBox.Properties.AppearanceDropDown.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.LayersComboBox.Properties.AppearanceDropDown.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.LayersComboBox.Properties.AppearanceDropDown.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.LayersComboBox.Properties.AppearanceFocused.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.LayersComboBox.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.LayersComboBox.Properties.AppearanceFocused.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.LayersComboBox.Properties.AppearanceFocused.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.LayersComboBox.Properties.AppearanceFocused.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.LayersComboBox.Properties.AppearanceFocused.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.LayersComboBox.Properties.AppearanceReadOnly.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.LayersComboBox.Properties.AppearanceReadOnly.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.LayersComboBox.Properties.AppearanceReadOnly.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.LayersComboBox.Properties.AppearanceReadOnly.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.LayersComboBox.Properties.AppearanceReadOnly.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.LayersComboBox.Properties.AppearanceReadOnly.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.LayersComboBox.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     serializableAppearanceObject1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     serializableAppearanceObject1.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     serializableAppearanceObject1.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     serializableAppearanceObject1.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     serializableAppearanceObject1.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.LayersComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
     this.LayersComboBox.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.LayersComboBox.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
     this.LayersComboBox.Properties.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.Default;
     this.LayersComboBox.Properties.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Default;
     this.LayersComboBox.Properties.Items.AddRange(new object[] {
     "部分模型",
     "整体建筑"});
     this.LayersComboBox.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.LayersComboBox.Properties.PopupResizeMode = DevExpress.XtraEditors.Controls.ResizeMode.Default;
     this.LayersComboBox.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.SingleClick;
     this.LayersComboBox.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.LayersComboBox.Size = new System.Drawing.Size(247, 21);
     this.LayersComboBox.TabIndex = 0;
     this.LayersComboBox.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.LayersComboBox.Visible = false;
     this.LayersComboBox.SelectedIndexChanged += new System.EventHandler(this.LayersComboBox_SelectedIndexChanged);
     this.LayersComboBox.EditValueChanged += new System.EventHandler(this.LayersComboBox_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.labelControl1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.labelControl1.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.labelControl1.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.labelControl1.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.labelControl1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Default;
     this.labelControl1.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.None;
     this.labelControl1.LineLocation = DevExpress.XtraEditors.LineLocation.Default;
     this.labelControl1.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Default;
     this.labelControl1.Location = new System.Drawing.Point(21, 18);
     this.labelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(52, 14);
     this.labelControl1.TabIndex = 1;
     this.labelControl1.Text = "查询类型:";
     this.labelControl1.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.labelControl1.Visible = false;
     //
     // AttributeCollistBox
     //
     this.AttributeCollistBox.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.AttributeCollistBox.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.AttributeCollistBox.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.AttributeCollistBox.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.AttributeCollistBox.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.AttributeCollistBox.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.AttributeCollistBox.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.AttributeCollistBox.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Default;
     this.AttributeCollistBox.HotTrackSelectMode = DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnHotTrack;
     this.AttributeCollistBox.Location = new System.Drawing.Point(172, 44);
     this.AttributeCollistBox.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.AttributeCollistBox.Name = "AttributeCollistBox";
     this.AttributeCollistBox.SelectionMode = System.Windows.Forms.SelectionMode.One;
     this.AttributeCollistBox.Size = new System.Drawing.Size(154, 139);
     this.AttributeCollistBox.SortOrder = System.Windows.Forms.SortOrder.None;
     this.AttributeCollistBox.TabIndex = 2;
     this.AttributeCollistBox.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.AttributeCollistBox.DoubleClick += new System.EventHandler(this.AttributeCollistBox_DoubleClick);
     //
     // simpleButton1
     //
     this.simpleButton1.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton1.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton1.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton1.Location = new System.Drawing.Point(19, 44);
     this.simpleButton1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(45, 23);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text = "=";
     this.simpleButton1.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton2.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton2.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton2.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton2.Location = new System.Drawing.Point(70, 44);
     this.simpleButton2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(45, 23);
     this.simpleButton2.TabIndex = 4;
     this.simpleButton2.Text = "<>";
     this.simpleButton2.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton3.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton3.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton3.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton3.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton3.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton3.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton3.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton3.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton3.Location = new System.Drawing.Point(19, 73);
     this.simpleButton3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(45, 23);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = ">";
     this.simpleButton3.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton4.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton4.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton4.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton4.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton4.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton4.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton4.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton4.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton4.Location = new System.Drawing.Point(70, 73);
     this.simpleButton4.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(45, 23);
     this.simpleButton4.TabIndex = 6;
     this.simpleButton4.Text = ">=";
     this.simpleButton4.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton5.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton5.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton5.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton5.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton5.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton5.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton5.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton5.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton5.Location = new System.Drawing.Point(19, 102);
     this.simpleButton5.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(45, 23);
     this.simpleButton5.TabIndex = 7;
     this.simpleButton5.Text = "<";
     this.simpleButton5.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton6.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton6.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton6.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton6.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton6.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton6.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton6.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton6.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton6.Location = new System.Drawing.Point(70, 102);
     this.simpleButton6.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(45, 23);
     this.simpleButton6.TabIndex = 8;
     this.simpleButton6.Text = "<=";
     this.simpleButton6.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton7.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton7.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton7.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton7.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton7.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton7.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton7.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton7.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton7.Location = new System.Drawing.Point(19, 131);
     this.simpleButton7.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(18, 23);
     this.simpleButton7.TabIndex = 9;
     this.simpleButton7.Text = "_";
     this.simpleButton7.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // simpleButton8
     //
     this.simpleButton8.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton8.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton8.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton8.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton8.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton8.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton8.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton8.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton8.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton8.Location = new System.Drawing.Point(70, 131);
     this.simpleButton8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton8.Name = "simpleButton8";
     this.simpleButton8.Size = new System.Drawing.Size(45, 23);
     this.simpleButton8.TabIndex = 10;
     this.simpleButton8.Text = "()";
     this.simpleButton8.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
     //
     // simpleButton9
     //
     this.simpleButton9.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton9.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton9.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton9.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton9.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton9.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton9.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton9.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton9.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton9.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton9.Location = new System.Drawing.Point(19, 160);
     this.simpleButton9.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton9.Name = "simpleButton9";
     this.simpleButton9.Size = new System.Drawing.Size(45, 23);
     this.simpleButton9.TabIndex = 11;
     this.simpleButton9.Text = "Is";
     this.simpleButton9.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton9.Click += new System.EventHandler(this.simpleButton9_Click);
     //
     // simpleButton10
     //
     this.simpleButton10.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton10.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton10.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton10.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton10.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton10.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton10.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton10.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton10.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton10.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton10.Location = new System.Drawing.Point(121, 44);
     this.simpleButton10.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton10.Name = "simpleButton10";
     this.simpleButton10.Size = new System.Drawing.Size(45, 23);
     this.simpleButton10.TabIndex = 12;
     this.simpleButton10.Text = "Like";
     this.simpleButton10.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton10.Click += new System.EventHandler(this.simpleButton10_Click);
     //
     // simpleButton11
     //
     this.simpleButton11.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton11.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton11.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton11.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton11.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton11.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton11.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton11.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton11.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton11.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton11.Location = new System.Drawing.Point(121, 73);
     this.simpleButton11.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton11.Name = "simpleButton11";
     this.simpleButton11.Size = new System.Drawing.Size(45, 23);
     this.simpleButton11.TabIndex = 13;
     this.simpleButton11.Text = "And";
     this.simpleButton11.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton11.Click += new System.EventHandler(this.simpleButton11_Click);
     //
     // simpleButton12
     //
     this.simpleButton12.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton12.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton12.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton12.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton12.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton12.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton12.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton12.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton12.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton12.Location = new System.Drawing.Point(121, 102);
     this.simpleButton12.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton12.Name = "simpleButton12";
     this.simpleButton12.Size = new System.Drawing.Size(45, 23);
     this.simpleButton12.TabIndex = 14;
     this.simpleButton12.Text = "Or";
     this.simpleButton12.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton12.Click += new System.EventHandler(this.simpleButton12_Click);
     //
     // simpleButton13
     //
     this.simpleButton13.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton13.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton13.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton13.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton13.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton13.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton13.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton13.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton13.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton13.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton13.Location = new System.Drawing.Point(121, 131);
     this.simpleButton13.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton13.Name = "simpleButton13";
     this.simpleButton13.Size = new System.Drawing.Size(45, 23);
     this.simpleButton13.TabIndex = 15;
     this.simpleButton13.Text = "Not";
     this.simpleButton13.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton13.Click += new System.EventHandler(this.simpleButton13_Click);
     //
     // labelControl2
     //
     this.labelControl2.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.labelControl2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.labelControl2.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.labelControl2.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.labelControl2.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.labelControl2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.labelControl2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Default;
     this.labelControl2.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.None;
     this.labelControl2.LineLocation = DevExpress.XtraEditors.LineLocation.Default;
     this.labelControl2.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Default;
     this.labelControl2.Location = new System.Drawing.Point(18, 191);
     this.labelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(159, 14);
     this.labelControl2.TabIndex = 18;
     this.labelControl2.Text = "SELECT * FROM XX  WHERE:";
     this.labelControl2.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     //
     // Clear
     //
     this.Clear.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.Clear.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.Clear.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.Clear.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.Clear.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.Clear.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.Clear.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.Clear.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.Clear.DialogResult = System.Windows.Forms.DialogResult.None;
     this.Clear.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.Clear.Location = new System.Drawing.Point(18, 312);
     this.Clear.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Clear.Name = "Clear";
     this.Clear.Size = new System.Drawing.Size(55, 23);
     this.Clear.TabIndex = 20;
     this.Clear.Text = "清除";
     this.Clear.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.Clear.Click += new System.EventHandler(this.Clear_Click);
     //
     // Verification
     //
     this.Verification.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.Verification.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.Verification.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.Verification.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.Verification.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.Verification.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.Verification.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.Verification.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.Verification.DialogResult = System.Windows.Forms.DialogResult.None;
     this.Verification.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.Verification.Location = new System.Drawing.Point(88, 312);
     this.Verification.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Verification.Name = "Verification";
     this.Verification.Size = new System.Drawing.Size(55, 23);
     this.Verification.TabIndex = 21;
     this.Verification.Text = "验证";
     this.Verification.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.Verification.Visible = false;
     //
     // simpleButton17
     //
     this.simpleButton17.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton17.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton17.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton17.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton17.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton17.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton17.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton17.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton17.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton17.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton17.Location = new System.Drawing.Point(220, 339);
     this.simpleButton17.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton17.Name = "simpleButton17";
     this.simpleButton17.Size = new System.Drawing.Size(55, 23);
     this.simpleButton17.TabIndex = 22;
     this.simpleButton17.Text = "查询";
     this.simpleButton17.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton17.Click += new System.EventHandler(this.simpleButton17_Click);
     //
     // Exit
     //
     this.Exit.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.Exit.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.Exit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.Exit.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.Exit.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.Exit.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.Exit.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.Exit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.Exit.DialogResult = System.Windows.Forms.DialogResult.None;
     this.Exit.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.Exit.Location = new System.Drawing.Point(281, 339);
     this.Exit.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Exit.Name = "Exit";
     this.Exit.Size = new System.Drawing.Size(55, 23);
     this.Exit.TabIndex = 23;
     this.Exit.Text = "关闭";
     this.Exit.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.Exit.Click += new System.EventHandler(this.Exit_Click);
     //
     // gridControl1
     //
     this.gridControl1.AllowRestoreSelectionAndFocusedRow = DevExpress.Utils.DefaultBoolean.Default;
     this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.gridControl1.EmbeddedNavigator.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridControl1.EmbeddedNavigator.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridControl1.EmbeddedNavigator.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridControl1.EmbeddedNavigator.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridControl1.EmbeddedNavigator.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridControl1.EmbeddedNavigator.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridControl1.EmbeddedNavigator.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.gridControl1.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center;
     this.gridControl1.EmbeddedNavigator.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     gridLevelNode1.RelationName = "Level1";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.gridControl1.Location = new System.Drawing.Point(8, 17);
     this.gridControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(370, 341);
     this.gridControl1.TabIndex = 25;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.ColumnFilterButton.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.ColumnFilterButton.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.ColumnFilterButton.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.ColumnFilterButton.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.ColumnFilterButton.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.ColumnFilterButtonActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.ColumnFilterButtonActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.ColumnFilterButtonActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.ColumnFilterButtonActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.ColumnFilterButtonActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.CustomizationFormHint.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.CustomizationFormHint.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.CustomizationFormHint.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.CustomizationFormHint.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.CustomizationFormHint.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.CustomizationFormHint.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.DetailTip.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.DetailTip.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.DetailTip.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.DetailTip.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.DetailTip.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.DetailTip.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.Empty.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.Empty.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.Empty.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.Empty.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.Empty.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.Empty.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.EvenRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.EvenRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.EvenRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.EvenRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.EvenRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.EvenRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.FilterCloseButton.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.FilterCloseButton.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.FilterCloseButton.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.FilterCloseButton.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.FilterCloseButton.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.FilterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.FilterPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.FilterPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.FilterPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.FilterPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.FixedLine.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.FixedLine.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.FixedLine.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.FixedLine.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.FixedLine.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.FixedLine.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.FocusedCell.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.FocusedCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.FocusedCell.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.FocusedCell.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.FocusedCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.FocusedCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.FocusedRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.FocusedRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.FocusedRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.FocusedRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.FocusedRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.FocusedRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.FooterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.FooterPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.FooterPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.FooterPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.FooterPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.GroupButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.GroupButton.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.GroupButton.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.GroupButton.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.GroupButton.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.GroupButton.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.GroupFooter.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.GroupFooter.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.GroupFooter.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.GroupFooter.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.GroupFooter.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.GroupFooter.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.GroupPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.GroupPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.GroupPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.GroupPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.GroupPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.GroupPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.GroupRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.GroupRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.GroupRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.GroupRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.GroupRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.GroupRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.HeaderPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.HeaderPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.HideSelectionRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.HideSelectionRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.HideSelectionRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.HideSelectionRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.HideSelectionRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.HideSelectionRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.HorzLine.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.HorzLine.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.HorzLine.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.HorzLine.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.HorzLine.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.HorzLine.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.OddRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.OddRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.OddRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.OddRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.OddRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.OddRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.Preview.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.Preview.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.Preview.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.Preview.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.Preview.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.Preview.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.Row.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.Row.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.Row.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.RowSeparator.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.RowSeparator.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.RowSeparator.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.RowSeparator.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.RowSeparator.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.RowSeparator.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.SelectedRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.SelectedRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.SelectedRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.SelectedRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.SelectedRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.SelectedRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.TopNewRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.TopNewRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.TopNewRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.TopNewRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.TopNewRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.TopNewRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.VertLine.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.VertLine.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.VertLine.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.VertLine.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.VertLine.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.VertLine.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.Appearance.ViewCaption.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.Appearance.ViewCaption.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.Appearance.ViewCaption.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.Appearance.ViewCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.Appearance.ViewCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.EvenRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.EvenRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.EvenRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.EvenRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.EvenRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.EvenRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.FilterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.FilterPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.FilterPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.FilterPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.FilterPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.FooterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.FooterPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.FooterPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.FooterPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.FooterPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.GroupFooter.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.GroupFooter.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.GroupFooter.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.GroupFooter.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.GroupFooter.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.GroupFooter.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.GroupRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.GroupRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.GroupRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.GroupRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.GroupRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.GroupRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.HeaderPanel.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.HeaderPanel.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.Lines.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.Lines.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.Lines.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.Lines.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.Lines.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.Lines.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.OddRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.OddRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.OddRow.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.OddRow.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.OddRow.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.OddRow.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.Preview.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.Preview.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.Preview.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.Preview.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.Preview.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.Preview.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.AppearancePrint.Row.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.gridView1.AppearancePrint.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.gridView1.AppearancePrint.Row.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.gridView1.AppearancePrint.Row.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.gridView1.AppearancePrint.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.gridView1.AppearancePrint.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.gridView1.DetailTabHeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Top;
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.CellFocus;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.VisibleIfExpanded;
     this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.Default;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.Default;
     this.gridView1.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.CacheAll;
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Default;
     this.gridView1.OptionsCustomization.AllowColumnMoving = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.Default;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.RowSelect;
     this.gridView1.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.Default;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Default;
     this.gridView1.OptionsView.HeaderFilterButtonShowMode = DevExpress.XtraEditors.Controls.FilterButtonShowMode.Default;
     this.gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.None;
     this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Default;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedCell;
     this.gridView1.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.gridControl1);
     this.groupBox1.Location = new System.Drawing.Point(345, 4);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(388, 370);
     this.groupBox1.TabIndex = 26;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "图层属性表";
     //
     // simpleButton19
     //
     this.simpleButton19.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton19.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton19.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton19.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton19.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton19.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton19.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton19.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton19.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton19.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton19.Location = new System.Drawing.Point(46, 131);
     this.simpleButton19.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton19.Name = "simpleButton19";
     this.simpleButton19.Size = new System.Drawing.Size(18, 23);
     this.simpleButton19.TabIndex = 27;
     this.simpleButton19.Text = "%";
     this.simpleButton19.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton19.Click += new System.EventHandler(this.simpleButton19_Click);
     //
     // SQLRichTextBox
     //
     this.SQLRichTextBox.Location = new System.Drawing.Point(18, 210);
     this.SQLRichTextBox.Name = "SQLRichTextBox";
     this.SQLRichTextBox.Size = new System.Drawing.Size(318, 96);
     this.SQLRichTextBox.TabIndex = 28;
     this.SQLRichTextBox.Text = "";
     //
     // simpleButton14
     //
     this.simpleButton14.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.Default;
     this.simpleButton14.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.simpleButton14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.simpleButton14.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.simpleButton14.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.simpleButton14.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.simpleButton14.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.simpleButton14.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.simpleButton14.DialogResult = System.Windows.Forms.DialogResult.None;
     this.simpleButton14.ImageLocation = DevExpress.XtraEditors.ImageLocation.Default;
     this.simpleButton14.Location = new System.Drawing.Point(70, 160);
     this.simpleButton14.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.simpleButton14.Name = "simpleButton14";
     this.simpleButton14.Size = new System.Drawing.Size(45, 23);
     this.simpleButton14.TabIndex = 29;
     this.simpleButton14.Text = "\'\'";
     this.simpleButton14.ToolTipIconType = DevExpress.Utils.ToolTipIconType.None;
     this.simpleButton14.Click += new System.EventHandler(this.simpleButton14_Click);
     //
     // FrmSearchByAttribute
     //
     this.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(737, 378);
     this.Controls.Add(this.simpleButton14);
     this.Controls.Add(this.SQLRichTextBox);
     this.Controls.Add(this.simpleButton19);
     this.Controls.Add(this.Exit);
     this.Controls.Add(this.simpleButton17);
     this.Controls.Add(this.Verification);
     this.Controls.Add(this.Clear);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.simpleButton13);
     this.Controls.Add(this.simpleButton12);
     this.Controls.Add(this.simpleButton11);
     this.Controls.Add(this.simpleButton10);
     this.Controls.Add(this.simpleButton9);
     this.Controls.Add(this.simpleButton8);
     this.Controls.Add(this.simpleButton7);
     this.Controls.Add(this.simpleButton6);
     this.Controls.Add(this.simpleButton5);
     this.Controls.Add(this.simpleButton4);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.AttributeCollistBox);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.LayersComboBox);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Name = "FrmSearchByAttribute";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text = "组合查询";
     this.TopMost = true;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSearchByAttribute_FormClosing);
     this.Load += new System.EventHandler(this.Frm2SearchByAttribute_Load);
     ((System.ComponentModel.ISupportInitialize)(this.LayersComboBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AttributeCollistBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.listBoxControl2 = new DevExpress.XtraEditors.ListBoxControl();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.textEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(260, 233);
     this.simpleButton6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(55, 34);
     this.simpleButton6.TabIndex = 55;
     this.simpleButton6.Text = "清空";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(260, 56);
     this.simpleButton5.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(55, 34);
     this.simpleButton5.TabIndex = 54;
     this.simpleButton5.Text = "全选";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // labelControl4
     //
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.labelControl4.Location = new System.Drawing.Point(332, 41);
     this.labelControl4.Margin = new System.Windows.Forms.Padding(0);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(234, 24);
     this.labelControl4.TabIndex = 53;
     this.labelControl4.Text = "已选字段";
     //
     // listBoxControl2
     //
     this.listBoxControl2.Location = new System.Drawing.Point(331, 65);
     this.listBoxControl2.Margin = new System.Windows.Forms.Padding(0);
     this.listBoxControl2.Name = "listBoxControl2";
     this.listBoxControl2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBoxControl2.Size = new System.Drawing.Size(234, 213);
     this.listBoxControl2.TabIndex = 52;
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(260, 174);
     this.simpleButton3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(55, 34);
     this.simpleButton3.TabIndex = 51;
     this.simpleButton3.Text = "<=";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(260, 115);
     this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(55, 34);
     this.simpleButton2.TabIndex = 50;
     this.simpleButton2.Text = "=>";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(7, 14);
     this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(84, 17);
     this.labelControl3.TabIndex = 49;
     this.labelControl3.Text = "选择数据表:";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Enabled = false;
     this.comboBoxEdit1.Location = new System.Drawing.Point(97, 14);
     this.comboBoxEdit1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.comboBoxEdit1.Name = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEdit1.Size = new System.Drawing.Size(177, 22);
     this.comboBoxEdit1.TabIndex = 48;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
     //
     // labelControl2
     //
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.labelControl2.Location = new System.Drawing.Point(7, 41);
     this.labelControl2.Margin = new System.Windows.Forms.Padding(0);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(234, 24);
     this.labelControl2.TabIndex = 47;
     this.labelControl2.Text = "可选字段";
     //
     // listBoxControl1
     //
     this.listBoxControl1.Location = new System.Drawing.Point(7, 65);
     this.listBoxControl1.Margin = new System.Windows.Forms.Padding(0);
     this.listBoxControl1.Name = "listBoxControl1";
     this.listBoxControl1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBoxControl1.Size = new System.Drawing.Size(234, 213);
     this.listBoxControl1.TabIndex = 46;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(591, 31);
     this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 28);
     this.simpleButton1.TabIndex = 45;
     this.simpleButton1.Text = "查询";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(11, 7);
     this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(126, 17);
     this.labelControl1.TabIndex = 44;
     this.labelControl1.Text = "数据库连接字符串:";
     //
     // textEdit1
     //
     this.textEdit1.EditValue = "Provider=MSDAORA.1;Password=lyq;User ID=lyq;Data Source=lyq;Persist Security Info" +
     "=True;";
     this.textEdit1.Location = new System.Drawing.Point(12, 34);
     this.textEdit1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.textEdit1.Size = new System.Drawing.Size(558, 22);
     this.textEdit1.TabIndex = 43;
     //
     // simpleButton7
     //
     this.simpleButton7.Enabled = false;
     this.simpleButton7.Location = new System.Drawing.Point(591, 290);
     this.simpleButton7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(75, 28);
     this.simpleButton7.TabIndex = 57;
     this.simpleButton7.Text = "确定";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // simpleButton8
     //
     this.simpleButton8.Location = new System.Drawing.Point(591, 344);
     this.simpleButton8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton8.Name = "simpleButton8";
     this.simpleButton8.Size = new System.Drawing.Size(75, 28);
     this.simpleButton8.TabIndex = 58;
     this.simpleButton8.Text = "取消";
     this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
     //
     // textEdit2
     //
     this.textEdit2.EditValue = "0";
     this.textEdit2.Location = new System.Drawing.Point(591, 220);
     this.textEdit2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.textEdit2.Name = "textEdit2";
     this.textEdit2.Properties.Mask.EditMask = "d";
     this.textEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEdit2.Size = new System.Drawing.Size(75, 22);
     this.textEdit2.TabIndex = 60;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(591, 200);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(33, 17);
     this.labelControl5.TabIndex = 61;
     this.labelControl5.Text = "行数:";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(10, 64);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(575, 319);
     this.xtraTabControl1.TabIndex = 62;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2});
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.labelControl4);
     this.xtraTabPage1.Controls.Add(this.listBoxControl1);
     this.xtraTabPage1.Controls.Add(this.labelControl2);
     this.xtraTabPage1.Controls.Add(this.comboBoxEdit1);
     this.xtraTabPage1.Controls.Add(this.labelControl3);
     this.xtraTabPage1.Controls.Add(this.simpleButton2);
     this.xtraTabPage1.Controls.Add(this.simpleButton6);
     this.xtraTabPage1.Controls.Add(this.simpleButton3);
     this.xtraTabPage1.Controls.Add(this.simpleButton5);
     this.xtraTabPage1.Controls.Add(this.listBoxControl2);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(573, 288);
     this.xtraTabPage1.Text = "基础查询";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.memoEdit1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(573, 288);
     this.xtraTabPage2.Text = "自定义查询";
     //
     // memoEdit1
     //
     this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.memoEdit1.Location = new System.Drawing.Point(0, 0);
     this.memoEdit1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.memoEdit1.Name = "memoEdit1";
     this.memoEdit1.Size = new System.Drawing.Size(573, 288);
     this.memoEdit1.TabIndex = 1;
     this.memoEdit1.UseOptimizedRendering = true;
     //
     // DebugDataSelectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(673, 391);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.textEdit2);
     this.Controls.Add(this.simpleButton8);
     this.Controls.Add(this.simpleButton7);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.textEdit1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "DebugDataSelectForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "选择数据";
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.lbDisFS = new DevExpress.XtraEditors.ListBoxControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.lbConFS = new DevExpress.XtraEditors.ListBoxControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.cboConFS = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.cboDisFS = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.btnOK = new DevExpress.XtraEditors.SimpleButton();
     this.txtValues = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbDisFS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbConFS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboConFS.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboDisFS.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValues.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Location = new System.Drawing.Point(141, 15);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(143, 19);
     this.labelControl3.TabIndex = 9;
     this.labelControl3.Text = "Fuzzy Sets Action";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.lbDisFS);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.lbConFS);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Location = new System.Drawing.Point(12, 169);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(407, 271);
     this.groupControl1.TabIndex = 13;
     this.groupControl1.Text = "Result";
     //
     // lbDisFS
     //
     this.lbDisFS.Location = new System.Drawing.Point(5, 44);
     this.lbDisFS.Name = "lbDisFS";
     this.lbDisFS.Size = new System.Drawing.Size(178, 222);
     this.lbDisFS.TabIndex = 0;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(19, 25);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(58, 13);
     this.labelControl1.TabIndex = 12;
     this.labelControl1.Text = "Discrete FS:";
     //
     // lbConFS
     //
     this.lbConFS.Location = new System.Drawing.Point(224, 41);
     this.lbConFS.Name = "lbConFS";
     this.lbConFS.Size = new System.Drawing.Size(178, 225);
     this.lbConFS.TabIndex = 0;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(247, 25);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(73, 13);
     this.labelControl6.TabIndex = 12;
     this.labelControl6.Text = "Continuous FS:";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.cboConFS);
     this.groupControl2.Controls.Add(this.cboDisFS);
     this.groupControl2.Controls.Add(this.btnOK);
     this.groupControl2.Controls.Add(this.txtValues);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Location = new System.Drawing.Point(12, 49);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(407, 114);
     this.groupControl2.TabIndex = 14;
     this.groupControl2.Text = "Action";
     //
     // cboConFS
     //
     this.cboConFS.Location = new System.Drawing.Point(278, 40);
     this.cboConFS.Name = "cboConFS";
     this.cboConFS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboConFS.Size = new System.Drawing.Size(124, 20);
     this.cboConFS.TabIndex = 22;
     //
     // cboDisFS
     //
     this.cboDisFS.Location = new System.Drawing.Point(78, 40);
     this.cboDisFS.Name = "cboDisFS";
     this.cboDisFS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboDisFS.Size = new System.Drawing.Size(100, 20);
     this.cboDisFS.TabIndex = 23;
     //
     // btnOK
     //
     this.btnOK.Image = global::FRDB_SQLite.Properties.Resources.small_OK;
     this.btnOK.Location = new System.Drawing.Point(327, 75);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 34);
     this.btnOK.TabIndex = 21;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click_1);
     //
     // txtValues
     //
     this.txtValues.Location = new System.Drawing.Point(78, 89);
     this.txtValues.Name = "txtValues";
     this.txtValues.Size = new System.Drawing.Size(237, 20);
     this.txtValues.TabIndex = 20;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(10, 43);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(58, 13);
     this.labelControl5.TabIndex = 17;
     this.labelControl5.Text = "Discrete FS:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(199, 43);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(73, 13);
     this.labelControl2.TabIndex = 18;
     this.labelControl2.Text = "Continuous FS:";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(78, 70);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(237, 13);
     this.labelControl7.TabIndex = 19;
     this.labelControl7.Text = "(You can enter more than one,  seperated by \",\")";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(18, 92);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(54, 13);
     this.labelControl4.TabIndex = 19;
     this.labelControl4.Text = "List Values:";
     //
     // btnCancel
     //
     this.btnCancel.Image = global::FRDB_SQLite.Properties.Resources.small_cancel;
     this.btnCancel.Location = new System.Drawing.Point(329, 446);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(90, 35);
     this.btnCancel.TabIndex = 15;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // frmFuzzySetAction
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(431, 493);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.labelControl3);
     this.MaximizeBox = false;
     this.Name = "frmFuzzySetAction";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Fuzzy Sets Action";
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbDisFS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbConFS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboConFS.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboDisFS.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtValues.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lsServer = new DevExpress.XtraEditors.ListBoxControl();
     this.btnPick = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.lsServer)).BeginInit();
     this.SuspendLayout();
     //
     // lsServer
     //
     this.lsServer.Location = new System.Drawing.Point(0, 0);
     this.lsServer.Name = "lsServer";
     this.lsServer.Size = new System.Drawing.Size(200, 120);
     this.lsServer.TabIndex = 0;
     //
     // btnPick
     //
     this.btnPick.Location = new System.Drawing.Point(48, 120);
     this.btnPick.Name = "btnPick";
     this.btnPick.Size = new System.Drawing.Size(48, 16);
     this.btnPick.TabIndex = 1;
     this.btnPick.Text = "Pick";
     this.btnPick.Click += new System.EventHandler(this.btnPick_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(104, 120);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(56, 16);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // ServerSource
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(200, 141);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnPick);
     this.Controls.Add(this.lsServer);
     this.Name = "ServerSource";
     this.Text = "Server List";
     this.Load += new System.EventHandler(this.ServerSource_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lsServer)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 25
0
 /// <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.panelControl2   = new DevExpress.XtraEditors.PanelControl();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.groupControl2   = new DevExpress.XtraEditors.GroupControl();
     this.simpleButton5   = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4   = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3   = new DevExpress.XtraEditors.SimpleButton();
     this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
     this.groupControl1   = new DevExpress.XtraEditors.GroupControl();
     this.simpleButton6   = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2   = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1   = new DevExpress.XtraEditors.SimpleButton();
     this.label3          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Controls.Add(this.groupControl2);
     this.panelControl1.Controls.Add(this.groupControl1);
     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(557, 445);
     this.panelControl1.TabIndex = 3;
     this.panelControl1.Text     = "panelControl1";
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.panelControl2.Appearance.BackColor2             = System.Drawing.Color.MintCream;
     this.panelControl2.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.panelControl2.Appearance.Options.UseBackColor   = true;
     this.panelControl2.Appearance.Options.UseTextOptions = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.panelControl2.Controls.Add(this.label2);
     this.panelControl2.Controls.Add(this.label1);
     this.panelControl2.Controls.Add(this.pictureBox1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(4, 4);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(549, 50);
     this.panelControl2.TabIndex = 4;
     this.panelControl2.Text     = "panelControl2";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(41, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(277, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Use esta página para crear y gestionar sus presupuestos ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(40, 3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(107, 17);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Presupuestos";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(6, 6);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(33, 30);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // groupControl2
     //
     this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.groupControl2.Controls.Add(this.simpleButton5);
     this.groupControl2.Controls.Add(this.simpleButton4);
     this.groupControl2.Controls.Add(this.simpleButton3);
     this.groupControl2.Controls.Add(this.listBoxControl1);
     this.groupControl2.Location = new System.Drawing.Point(3, 195);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(554, 185);
     this.groupControl2.TabIndex = 3;
     this.groupControl2.Text     = "Otros Presupuestos";
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(203, 155);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(62, 23);
     this.simpleButton5.TabIndex = 6;
     this.simpleButton5.Text     = "Eliminar";
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(90, 155);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(107, 23);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text     = "Cambiar Nombre";
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(21, 155);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(62, 23);
     this.simpleButton3.TabIndex = 4;
     this.simpleButton3.Text     = "Abrir";
     //
     // listBoxControl1
     //
     this.listBoxControl1.Location = new System.Drawing.Point(22, 33);
     this.listBoxControl1.Name     = "listBoxControl1";
     this.listBoxControl1.Size     = new System.Drawing.Size(251, 110);
     this.listBoxControl1.TabIndex = 3;
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.groupControl1.Controls.Add(this.simpleButton6);
     this.groupControl1.Controls.Add(this.simpleButton2);
     this.groupControl1.Controls.Add(this.simpleButton1);
     this.groupControl1.Controls.Add(this.label3);
     this.groupControl1.Location = new System.Drawing.Point(3, 56);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(551, 133);
     this.groupControl1.TabIndex = 2;
     this.groupControl1.Text     = "Presupuesto Actual";
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(203, 103);
     this.simpleButton6.Name     = "simpleButton6";
     this.simpleButton6.Size     = new System.Drawing.Size(62, 23);
     this.simpleButton6.TabIndex = 7;
     this.simpleButton6.Text     = "Elegir";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(22, 104);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(61, 23);
     this.simpleButton2.TabIndex = 4;
     this.simpleButton2.Text     = "Abrir";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(90, 104);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(107, 23);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text     = "Cambiar Nombre";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(18, 43);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(44, 13);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Nombre";
     //
     // PresupuestosMain
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.ActiveBorder;
     this.Appearance.BackColor2           = System.Drawing.Color.Transparent;
     this.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.Appearance.Options.UseBackColor = true;
     this.Controls.Add(this.panelControl1);
     this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Name = "PresupuestosMain";
     this.Size = new System.Drawing.Size(557, 445);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DocManagement_DocModify_Label_DocNumber = new DevExpress.XtraEditors.LabelControl();
     this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // DocManagement_DocModify_Label_DocNumber
     //
     this.DocManagement_DocModify_Label_DocNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.DocManagement_DocModify_Label_DocNumber.Location = new System.Drawing.Point(23, 12);
     this.DocManagement_DocModify_Label_DocNumber.Name = "DocManagement_DocModify_Label_DocNumber";
     this.DocManagement_DocModify_Label_DocNumber.Size = new System.Drawing.Size(28, 14);
     this.DocManagement_DocModify_Label_DocNumber.TabIndex = 32;
     this.DocManagement_DocModify_Label_DocNumber.Text = "查看:";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.comboBoxEdit1.Location = new System.Drawing.Point(86, 6);
     this.comboBoxEdit1.Name = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEdit1.Size = new System.Drawing.Size(159, 20);
     this.comboBoxEdit1.TabIndex = 33;
     //
     // listBoxControl1
     //
     this.listBoxControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxControl1.Location = new System.Drawing.Point(23, 78);
     this.listBoxControl1.Name = "listBoxControl1";
     this.listBoxControl1.Size = new System.Drawing.Size(443, 173);
     this.listBoxControl1.TabIndex = 34;
     this.listBoxControl1.SelectedIndexChanged += new System.EventHandler(this.listBoxControl1_SelectedIndexChanged);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(294, 3);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(30, 23);
     this.simpleButton1.TabIndex = 35;
     this.simpleButton1.Text = "1";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(330, 3);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(30, 23);
     this.simpleButton2.TabIndex = 36;
     this.simpleButton2.Text = "2";
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(366, 3);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(30, 23);
     this.simpleButton3.TabIndex = 37;
     this.simpleButton3.Text = "3";
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(402, 3);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(30, 23);
     this.simpleButton4.TabIndex = 38;
     this.simpleButton4.Text = "4";
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl1.Location = new System.Drawing.Point(36, 280);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(40, 14);
     this.labelControl1.TabIndex = 39;
     this.labelControl1.Text = "文件名:";
     //
     // textEdit1
     //
     this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEdit1.Location = new System.Drawing.Point(105, 277);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(337, 20);
     this.textEdit1.TabIndex = 40;
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxEdit2.Location = new System.Drawing.Point(105, 303);
     this.comboBoxEdit2.Name = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEdit2.Size = new System.Drawing.Size(337, 20);
     this.comboBoxEdit2.TabIndex = 42;
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl2.Location = new System.Drawing.Point(36, 309);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(52, 14);
     this.labelControl2.TabIndex = 41;
     this.labelControl2.Text = "所有文件:";
     //
     // DocOpen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(478, 346);
     this.Controls.Add(this.comboBoxEdit2);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.simpleButton4);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.listBoxControl1);
     this.Controls.Add(this.comboBoxEdit1);
     this.Controls.Add(this.DocManagement_DocModify_Label_DocNumber);
     this.Name = "DocOpen";
     this.Text = "打开";
     this.Load += new System.EventHandler(this.DocOpen_Load);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 27
0
 /// <summary>
 /// 修改下方listbox中的内容
 /// </summary>
 /// <param name="listbox"></param>
 /// <param name="msg"></param>
 private void listboxAddMsg(DevExpress.XtraEditors.ListBoxControl listbox, string msg)
 {
     listbox.Items.Add(msg);
     listbox.SelectedIndex = listbox.Items.Count - 1;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NotesDialogGUI));
     this.bmanMain             = new DevExpress.XtraBars.BarManager();
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.Status               = new DevExpress.XtraBars.BarStaticItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.lblInfo              = new System.Windows.Forms.Label();
     this.grpStoredNotes       = new DevExpress.XtraEditors.GroupControl();
     this.lstStoredNotes       = new DevExpress.XtraEditors.ListBoxControl();
     this.btnSave              = new DevExpress.XtraEditors.SimpleButton();
     this.grpProperties        = new DevExpress.XtraEditors.GroupControl();
     this.lblName              = new System.Windows.Forms.Label();
     this.npDescription        = new DevExpress.XtraEditors.MemoEdit();
     this.npName               = new DevExpress.XtraEditors.TextEdit();
     this.btnNew               = new UIControls.StandardControls.ImageButton();
     this.btnEdit              = new UIControls.StandardControls.ImageButton();
     this.btnDelete            = new UIControls.StandardControls.ImageButton();
     ((System.ComponentModel.ISupportInitialize)(this.bmanMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpStoredNotes)).BeginInit();
     this.grpStoredNotes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lstStoredNotes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpProperties)).BeginInit();
     this.grpProperties.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.npDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.npName.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // bmanMain
     //
     this.bmanMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.bmanMain.DockControls.Add(this.barDockControlTop);
     this.bmanMain.DockControls.Add(this.barDockControlBottom);
     this.bmanMain.DockControls.Add(this.barDockControlLeft);
     this.bmanMain.DockControls.Add(this.barDockControlRight);
     this.bmanMain.Form = this;
     this.bmanMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.Status
     });
     this.bmanMain.MaxItemId = 1;
     this.bmanMain.StatusBar = this.bar1;
     //
     // bar1
     //
     this.bar1.BarName      = "Custom 1";
     this.bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar1.DockCol      = 0;
     this.bar1.DockRow      = 1;
     this.bar1.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.Status)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "Custom 1";
     //
     // Status
     //
     this.Status.Border        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.Status.Caption       = "No note selected";
     this.Status.Id            = 0;
     this.Status.Name          = "Status";
     this.Status.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblInfo
     //
     this.lblInfo.Location = new System.Drawing.Point(8, 16);
     this.lblInfo.Name     = "lblInfo";
     this.lblInfo.Size     = new System.Drawing.Size(464, 32);
     this.lblInfo.TabIndex = 4;
     //
     // grpStoredNotes
     //
     this.grpStoredNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.grpStoredNotes.Controls.Add(this.lstStoredNotes);
     this.grpStoredNotes.Location = new System.Drawing.Point(8, 56);
     this.grpStoredNotes.Name     = "grpStoredNotes";
     this.grpStoredNotes.Size     = new System.Drawing.Size(136, 192);
     this.grpStoredNotes.TabIndex = 5;
     this.grpStoredNotes.Text     = "Stored Notes";
     //
     // lstStoredNotes
     //
     this.lstStoredNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.lstStoredNotes.ItemHeight            = 16;
     this.lstStoredNotes.Location              = new System.Drawing.Point(8, 26);
     this.lstStoredNotes.Name                  = "lstStoredNotes";
     this.lstStoredNotes.Size                  = new System.Drawing.Size(120, 160);
     this.lstStoredNotes.TabIndex              = 0;
     this.lstStoredNotes.SelectedIndexChanged += new System.EventHandler(this.lstStoredNotes_SelectedIndexChanged);
     //
     // btnSave
     //
     this.btnSave.Enabled  = false;
     this.btnSave.Location = new System.Drawing.Point(152, 208);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(40, 24);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text     = "Save";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // grpProperties
     //
     this.grpProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.grpProperties.Controls.Add(this.lblName);
     this.grpProperties.Controls.Add(this.npDescription);
     this.grpProperties.Controls.Add(this.npName);
     this.grpProperties.Enabled  = false;
     this.grpProperties.Location = new System.Drawing.Point(200, 56);
     this.grpProperties.Name     = "grpProperties";
     this.grpProperties.Size     = new System.Drawing.Size(272, 192);
     this.grpProperties.TabIndex = 7;
     this.grpProperties.Text     = "Note Properties";
     //
     // lblName
     //
     this.lblName.Location = new System.Drawing.Point(8, 34);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(48, 16);
     this.lblName.TabIndex = 3;
     this.lblName.Text     = "Name:";
     //
     // npDescription
     //
     this.npDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.npDescription.EditValue         = "";
     this.npDescription.Location          = new System.Drawing.Point(6, 66);
     this.npDescription.Name              = "npDescription";
     this.npDescription.Size              = new System.Drawing.Size(260, 120);
     this.npDescription.TabIndex          = 2;
     this.npDescription.EditValueChanged += new System.EventHandler(this.NoteEdited);
     //
     // npName
     //
     this.npName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.npName.EditValue         = "";
     this.npName.Location          = new System.Drawing.Point(54, 34);
     this.npName.Name              = "npName";
     this.npName.Size              = new System.Drawing.Size(212, 20);
     this.npName.TabIndex          = 0;
     this.npName.EditValueChanged += new System.EventHandler(this.NoteEdited);
     //
     // btnNew
     //
     this.btnNew.AltImage = null;
     this.btnNew.Appearance.Options.UseBackColor = true;
     this.btnNew.Font           = new System.Drawing.Font("Tahoma", 8.25F);
     this.btnNew.ForeColor      = System.Drawing.Color.Black;
     this.btnNew.HotTrack       = true;
     this.btnNew.Image          = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
     this.btnNew.ImageSizeRatio = 0.8F;
     this.btnNew.Location       = new System.Drawing.Point(152, 72);
     this.btnNew.Name           = "btnNew";
     this.btnNew.PressedImage   = null;
     this.btnNew.Size           = new System.Drawing.Size(40, 40);
     this.btnNew.TabIndex       = 11;
     this.btnNew.Toggle         = false;
     this.btnNew.Click         += new System.EventHandler(this.btnNew_Click);
     //
     // btnEdit
     //
     this.btnEdit.AltImage = null;
     this.btnEdit.Appearance.Options.UseBackColor = true;
     this.btnEdit.Enabled        = false;
     this.btnEdit.Font           = new System.Drawing.Font("Tahoma", 8.25F);
     this.btnEdit.ForeColor      = System.Drawing.Color.Black;
     this.btnEdit.HotTrack       = true;
     this.btnEdit.Image          = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageSizeRatio = 0.8F;
     this.btnEdit.Location       = new System.Drawing.Point(152, 112);
     this.btnEdit.Name           = "btnEdit";
     this.btnEdit.PressedImage   = null;
     this.btnEdit.Size           = new System.Drawing.Size(40, 40);
     this.btnEdit.TabIndex       = 12;
     this.btnEdit.Toggle         = false;
     this.btnEdit.Click         += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDelete
     //
     this.btnDelete.AltImage = null;
     this.btnDelete.Appearance.Options.UseBackColor = true;
     this.btnDelete.Enabled        = false;
     this.btnDelete.Font           = new System.Drawing.Font("Tahoma", 8.25F);
     this.btnDelete.ForeColor      = System.Drawing.Color.Black;
     this.btnDelete.HotTrack       = true;
     this.btnDelete.Image          = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageSizeRatio = 0.8F;
     this.btnDelete.Location       = new System.Drawing.Point(152, 152);
     this.btnDelete.Name           = "btnDelete";
     this.btnDelete.PressedImage   = null;
     this.btnDelete.Size           = new System.Drawing.Size(40, 40);
     this.btnDelete.TabIndex       = 13;
     this.btnDelete.Toggle         = false;
     this.btnDelete.Click         += new System.EventHandler(this.btnDelete_Click);
     //
     // NotesDialogGUI
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(480, 278);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.grpProperties);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.grpStoredNotes);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.btnNew);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.LookAndFeel.SkinName = "Liquid Sky";
     this.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.LookAndFeel.UseWindowsXPTheme     = false;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "NotesDialogGUI";
     this.Text        = "Notes";
     ((System.ComponentModel.ISupportInitialize)(this.bmanMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpStoredNotes)).EndInit();
     this.grpStoredNotes.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lstStoredNotes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpProperties)).EndInit();
     this.grpProperties.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.npDescription.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.npName.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 29
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblNums = new DevExpress.XtraEditors.LabelControl();
     this.combMethods = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.txtExpression = new System.Windows.Forms.TextBox();
     this.btnClear = new DevExpress.XtraEditors.SimpleButton();
     this.btnUniqueValue = new DevExpress.XtraEditors.SimpleButton();
     this.listboxValues = new DevExpress.XtraEditors.ListBoxControl();
     this.btn11 = new DevExpress.XtraEditors.SimpleButton();
     this.btn10 = new DevExpress.XtraEditors.SimpleButton();
     this.lblLayer = new DevExpress.XtraEditors.LabelControl();
     this.btnOK = new DevExpress.XtraEditors.SimpleButton();
     this.btn12 = new DevExpress.XtraEditors.SimpleButton();
     this.btn13 = new DevExpress.XtraEditors.SimpleButton();
     this.btn9 = new DevExpress.XtraEditors.SimpleButton();
     this.btn6 = new DevExpress.XtraEditors.SimpleButton();
     this.btn3 = new DevExpress.XtraEditors.SimpleButton();
     this.btn8 = new DevExpress.XtraEditors.SimpleButton();
     this.btn7 = new DevExpress.XtraEditors.SimpleButton();
     this.btn5 = new DevExpress.XtraEditors.SimpleButton();
     this.btn4 = new DevExpress.XtraEditors.SimpleButton();
     this.btn2 = new DevExpress.XtraEditors.SimpleButton();
     this.btn1 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.combLayers = new DevExpress.XtraEditors.ComboBoxEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.listboxFields = new DevExpress.XtraEditors.ListBoxControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.combMethods.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listboxValues)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.combLayers.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listboxFields)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.SuspendLayout();
     //
     // lblNums
     //
     this.lblNums.Location = new System.Drawing.Point(11, 337);
     this.lblNums.Name = "lblNums";
     this.lblNums.Size = new System.Drawing.Size(0, 14);
     this.lblNums.TabIndex = 55;
     //
     // combMethods
     //
     this.combMethods.EditValue = "�����µ�ѡ��";
     this.combMethods.Location = new System.Drawing.Point(47, 29);
     this.combMethods.Name = "combMethods";
     this.combMethods.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.combMethods.Properties.Items.AddRange(new object[] {
     "�����µ�ѡ��",
     "��ӵ���ǰѡ��",
     "�ӵ�ǰѡ���Ƴ�",
     "�ڵ�ǰѡ����ѡ��"});
     this.combMethods.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.combMethods.Size = new System.Drawing.Size(286, 21);
     this.combMethods.TabIndex = 2;
     this.combMethods.SelectedIndexChanged += new System.EventHandler(this.combMethods_SelectedIndexChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(5, 32);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(36, 14);
     this.labelControl2.TabIndex = 53;
     this.labelControl2.Text = "������";
     //
     // txtExpression
     //
     this.txtExpression.Location = new System.Drawing.Point(5, 178);
     this.txtExpression.Multiline = true;
     this.txtExpression.Name = "txtExpression";
     this.txtExpression.Size = new System.Drawing.Size(327, 75);
     this.txtExpression.TabIndex = 52;
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(138, 5);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(59, 23);
     this.btnClear.TabIndex = 51;
     this.btnClear.Text = "���";
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnUniqueValue
     //
     this.btnUniqueValue.Location = new System.Drawing.Point(245, 110);
     this.btnUniqueValue.Name = "btnUniqueValue";
     this.btnUniqueValue.Size = new System.Drawing.Size(74, 23);
     this.btnUniqueValue.TabIndex = 50;
     this.btnUniqueValue.Text = "��ȡΨһֵ";
     this.btnUniqueValue.Click += new System.EventHandler(this.btnUniqueValue_Click);
     //
     // listboxValues
     //
     this.listboxValues.Location = new System.Drawing.Point(245, 0);
     this.listboxValues.Name = "listboxValues";
     this.listboxValues.Size = new System.Drawing.Size(87, 104);
     this.listboxValues.TabIndex = 49;
     this.listboxValues.DoubleClick += new System.EventHandler(this.listboxValues_DoubleClick);
     //
     // btn11
     //
     this.btn11.Location = new System.Drawing.Point(143, 92);
     this.btn11.Name = "btn11";
     this.btn11.Size = new System.Drawing.Size(20, 23);
     this.btn11.TabIndex = 48;
     this.btn11.Text = "%";
     this.btn11.Click += new System.EventHandler(this.btn11_Click);
     //
     // btn10
     //
     this.btn10.Location = new System.Drawing.Point(125, 92);
     this.btn10.Name = "btn10";
     this.btn10.Size = new System.Drawing.Size(18, 23);
     this.btn10.TabIndex = 47;
     this.btn10.Text = "_";
     this.btn10.Click += new System.EventHandler(this.btn10_Click);
     //
     // lblLayer
     //
     this.lblLayer.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLayer.Appearance.Options.UseFont = true;
     this.lblLayer.Location = new System.Drawing.Point(5, 158);
     this.lblLayer.Name = "lblLayer";
     this.lblLayer.Size = new System.Drawing.Size(63, 14);
     this.lblLayer.TabIndex = 46;
     this.lblLayer.Text = "where���:";
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(208, 5);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(59, 23);
     this.btnOK.TabIndex = 45;
     this.btnOK.Text = "ȷ��";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btn12
     //
     this.btn12.Location = new System.Drawing.Point(165, 92);
     this.btn12.Name = "btn12";
     this.btn12.Size = new System.Drawing.Size(34, 23);
     this.btn12.TabIndex = 44;
     this.btn12.Text = "()";
     this.btn12.Click += new System.EventHandler(this.btn12_Click);
     //
     // btn13
     //
     this.btn13.Location = new System.Drawing.Point(205, 92);
     this.btn13.Name = "btn13";
     this.btn13.Size = new System.Drawing.Size(34, 23);
     this.btn13.TabIndex = 43;
     this.btn13.Text = "Not";
     this.btn13.Click += new System.EventHandler(this.btn13_Click);
     //
     // btn9
     //
     this.btn9.Location = new System.Drawing.Point(205, 63);
     this.btn9.Name = "btn9";
     this.btn9.Size = new System.Drawing.Size(34, 23);
     this.btn9.TabIndex = 42;
     this.btn9.Text = "Or";
     this.btn9.Click += new System.EventHandler(this.btn9_Click);
     //
     // btn6
     //
     this.btn6.Location = new System.Drawing.Point(205, 34);
     this.btn6.Name = "btn6";
     this.btn6.Size = new System.Drawing.Size(34, 23);
     this.btn6.TabIndex = 41;
     this.btn6.Text = "And";
     this.btn6.Click += new System.EventHandler(this.btn6_Click);
     //
     // btn3
     //
     this.btn3.Location = new System.Drawing.Point(205, 5);
     this.btn3.Name = "btn3";
     this.btn3.Size = new System.Drawing.Size(34, 23);
     this.btn3.TabIndex = 40;
     this.btn3.Text = "Like";
     this.btn3.Click += new System.EventHandler(this.btn3_Click);
     //
     // btn8
     //
     this.btn8.Location = new System.Drawing.Point(164, 63);
     this.btn8.Name = "btn8";
     this.btn8.Size = new System.Drawing.Size(34, 23);
     this.btn8.TabIndex = 39;
     this.btn8.Text = "<=";
     this.btn8.Click += new System.EventHandler(this.btn8_Click);
     //
     // btn7
     //
     this.btn7.Location = new System.Drawing.Point(125, 63);
     this.btn7.Name = "btn7";
     this.btn7.Size = new System.Drawing.Size(34, 23);
     this.btn7.TabIndex = 38;
     this.btn7.Text = "<";
     this.btn7.Click += new System.EventHandler(this.btn7_Click);
     //
     // btn5
     //
     this.btn5.Location = new System.Drawing.Point(163, 34);
     this.btn5.Name = "btn5";
     this.btn5.Size = new System.Drawing.Size(34, 23);
     this.btn5.TabIndex = 37;
     this.btn5.Text = ">=";
     this.btn5.Click += new System.EventHandler(this.btn5_Click);
     //
     // btn4
     //
     this.btn4.Location = new System.Drawing.Point(125, 34);
     this.btn4.Name = "btn4";
     this.btn4.Size = new System.Drawing.Size(34, 23);
     this.btn4.TabIndex = 36;
     this.btn4.Text = ">";
     this.btn4.Click += new System.EventHandler(this.btn4_Click);
     //
     // btn2
     //
     this.btn2.Location = new System.Drawing.Point(165, 5);
     this.btn2.Name = "btn2";
     this.btn2.Size = new System.Drawing.Size(34, 23);
     this.btn2.TabIndex = 35;
     this.btn2.Text = "<>";
     this.btn2.Click += new System.EventHandler(this.btn2_Click);
     //
     // btn1
     //
     this.btn1.Location = new System.Drawing.Point(125, 5);
     this.btn1.Name = "btn1";
     this.btn1.Size = new System.Drawing.Size(34, 23);
     this.btn1.TabIndex = 34;
     this.btn1.Text = "=";
     this.btn1.Click += new System.EventHandler(this.btn1_Click);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(5, 5);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(36, 14);
     this.labelControl1.TabIndex = 32;
     this.labelControl1.Text = "ͼ�㣺";
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(273, 5);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(59, 23);
     this.btnCancel.TabIndex = 31;
     this.btnCancel.Text = "ȡ��";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // combLayers
     //
     this.combLayers.Location = new System.Drawing.Point(47, 2);
     this.combLayers.Name = "combLayers";
     this.combLayers.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.combLayers.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.combLayers.Size = new System.Drawing.Size(285, 21);
     this.combLayers.TabIndex = 30;
     this.combLayers.SelectedIndexChanged += new System.EventHandler(this.combLayers_SelectedIndexChanged);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.combLayers);
     this.panelControl1.Controls.Add(this.combMethods);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Location = new System.Drawing.Point(8, 3);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(338, 56);
     this.panelControl1.TabIndex = 56;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.listboxFields);
     this.panelControl2.Controls.Add(this.btn1);
     this.panelControl2.Controls.Add(this.btn2);
     this.panelControl2.Controls.Add(this.txtExpression);
     this.panelControl2.Controls.Add(this.lblLayer);
     this.panelControl2.Controls.Add(this.btn3);
     this.panelControl2.Controls.Add(this.btn4);
     this.panelControl2.Controls.Add(this.btn11);
     this.panelControl2.Controls.Add(this.btn10);
     this.panelControl2.Controls.Add(this.btn5);
     this.panelControl2.Controls.Add(this.btn8);
     this.panelControl2.Controls.Add(this.btn12);
     this.panelControl2.Controls.Add(this.btn6);
     this.panelControl2.Controls.Add(this.btnUniqueValue);
     this.panelControl2.Controls.Add(this.listboxValues);
     this.panelControl2.Controls.Add(this.btn13);
     this.panelControl2.Controls.Add(this.btn9);
     this.panelControl2.Controls.Add(this.btn7);
     this.panelControl2.Location = new System.Drawing.Point(8, 61);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(337, 258);
     this.panelControl2.TabIndex = 57;
     //
     // listboxFields
     //
     this.listboxFields.Location = new System.Drawing.Point(5, 11);
     this.listboxFields.Name = "listboxFields";
     this.listboxFields.Size = new System.Drawing.Size(114, 122);
     this.listboxFields.TabIndex = 59;
     this.listboxFields.DoubleClick += new System.EventHandler(this.listboxFields_DoubleClick);
     this.listboxFields.SelectedIndexChanged += new System.EventHandler(this.listboxFields_SelectedIndexChanged);
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.btnClear);
     this.panelControl3.Controls.Add(this.btnCancel);
     this.panelControl3.Controls.Add(this.btnOK);
     this.panelControl3.Location = new System.Drawing.Point(8, 325);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(337, 32);
     this.panelControl3.TabIndex = 58;
     //
     // UCSQLSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.lblNums);
     this.Name = "UCSQLSearch";
     this.Size = new System.Drawing.Size(358, 363);
     ((System.ComponentModel.ISupportInitialize)(this.combMethods.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listboxValues)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.combLayers.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listboxFields)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 30
0
        // View / Hide / Clear / Select / Reset
        void LCG_CustomButtonClick(object sender, DevExpress.XtraBars.Docking2010.BaseButtonEventArgs e)
        {
            ReadData();

            var lcg = sender as LayoutControlGroup;

            ISOLayers = new List <string>();

            var lstBox    = new DevExpress.XtraEditors.ListBoxControl();
            var lstLayers = new StringCollection();

            switch (lcg.Items[0].CustomizationFormText)
            {
            case "AllLayers": lstBox = lst_L; break;

            case "Layer 1": lstBox = lst_L1; break;

            case "Layer 2": lstBox = lst_L2; break;

            case "Layer 3": lstBox = lst_L3; break;

            case "Layer 4": lstBox = lst_L4; break;

            case "Layer 5": lstBox = lst_L5; break;

            case "Layer 6": lstBox = lst_L6; break;

            case "Layer 7": lstBox = lst_L7; break;

            case "Layer 8": lstBox = lst_L8; break;

            case "Layer 9": lstBox = lst_L9; break;

            case "Layer 10": lstBox = lst_L10; break;
            }

            ISOLayers.AddRange(lstBox.Items.Cast <string>());

            //MessageBox.Show(ISOLayers[0] + "\n" + e.Button.Properties.Caption);

            if (e.Button.Properties.Caption == "V")
            {
                // View
                // 레이어 켜기
                ISOLayers.ForEach(layer =>
                {
                    Utils.Layer.TurnOff(layer, false);
                    //CAD.TurnOnLayer(layer);
                });
            }
            else if (e.Button.Properties.Caption == "H")
            {
                // Hide
                // 레이어 끄기
                ISOLayers.ForEach(layer =>
                {
                    Utils.Layer.TurnOff(layer, true);
                    //CAD.TurnOffLayer(layer);
                });
            }
            else if (e.Button.Properties.Caption == "I")
            {
                // Isolate
                // 레이어 ISO
                Utils.Layer.ISO(ISOLayers, true);
            }
            else if (e.Button.Properties.Caption == "C")
            {
                // Clear
                // 리스트 Clear
                lst_L.Items.AddRange(ISOLayers.Cast <object>().ToArray());
                lst_L.SortOrder = SortOrder.Ascending;

                lstBox.Items.Clear();
            }
            else if (e.Button.Properties.Caption == "S")
            {
                // Select
                // 객체 선택
                Autodesk.AutoCAD.Internal.Utils.SetFocusToDwgView();

                bool B = true;

                while (B)
                {
                    var Ids = select.MultiObjs().GetObjectIds().ToList();

                    var LayerNames = Get.Entities(Ids).Select(x => x.Layer).Distinct().ToList();

                    //var LayerNames = CADUtil.SelectObjectLayers();

                    if (LayerNames.Count == 0)
                    {
                        B = false;
                    }

                    LayerNames.ForEach(layer =>
                    {
                        if (lst_L.Items.Contains(layer))
                        {
                            lst_L.Items.Remove(layer);
                        }
                        if (!lstBox.Items.Contains(layer))
                        {
                            lstBox.Items.Add(layer);
                            ISOLayers.Add(layer);
                        }
                    });
                }
            }
            else if (e.Button.Properties.Caption == "L")
            {
            }

            else if (e.Button.Properties.Caption == "R")
            {
                // Reset
                ResetListBox();
            }

            ReadData();
        }
Exemplo n.º 31
0
 /// <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();
     System.Windows.Forms.ColumnHeader columnHeader5;
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.spnSoLuong = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.txtTenHang = new System.Windows.Forms.TextBox();
     this.txtMaVach = new System.Windows.Forms.TextBox();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.dtpThoiGian = new System.Windows.Forms.DateTimePicker();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.txtTimKiem = new DevExpress.XtraEditors.TextEdit();
     this.lbSanPham = new DevExpress.XtraEditors.ListBoxControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.lvHangNhap = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.lblThongBao = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtDonGia = new System.Windows.Forms.TextBox();
     this.lblTongTien = new DevExpress.XtraEditors.LabelControl();
     this.ep = new System.Windows.Forms.ErrorProvider(this.components);
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnChiTietXoa = new DevExpress.XtraEditors.SimpleButton();
     this.btnReset = new DevExpress.XtraEditors.SimpleButton();
     this.btnQuet = new DevExpress.XtraEditors.SimpleButton();
     this.btnChiTietSua = new DevExpress.XtraEditors.SimpleButton();
     this.btnThem = new DevExpress.XtraEditors.SimpleButton();
     this.lblTitle = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.spnSoLuong.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimKiem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbSanPham)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ep)).BeginInit();
     this.SuspendLayout();
     //
     // columnHeader5
     //
     columnHeader5.DisplayIndex = 4;
     columnHeader5.Text = "Mã hàng";
     //
     // columnHeader4
     //
     this.columnHeader4.DisplayIndex = 3;
     this.columnHeader4.Text = "Thành tiền";
     this.columnHeader4.Width = 197;
     //
     // spnSoLuong
     //
     this.spnSoLuong.EditValue = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.spnSoLuong.Location = new System.Drawing.Point(430, 272);
     this.spnSoLuong.Name = "spnSoLuong";
     this.spnSoLuong.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.spnSoLuong.Size = new System.Drawing.Size(173, 20);
     this.spnSoLuong.TabIndex = 4;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(380, 239);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(45, 13);
     this.labelControl6.TabIndex = 55;
     this.labelControl6.Text = "Tên hàng";
     //
     // txtTenHang
     //
     this.txtTenHang.Location = new System.Drawing.Point(430, 236);
     this.txtTenHang.Name = "txtTenHang";
     this.txtTenHang.ReadOnly = true;
     this.txtTenHang.Size = new System.Drawing.Size(173, 20);
     this.txtTenHang.TabIndex = 46;
     //
     // txtMaVach
     //
     this.txtMaVach.Enabled = false;
     this.txtMaVach.Location = new System.Drawing.Point(430, 197);
     this.txtMaVach.Name = "txtMaVach";
     this.txtMaVach.ReadOnly = true;
     this.txtMaVach.Size = new System.Drawing.Size(173, 20);
     this.txtMaVach.TabIndex = 45;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(380, 275);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(42, 13);
     this.labelControl3.TabIndex = 53;
     this.labelControl3.Text = "Số lượng";
     //
     // columnHeader3
     //
     this.columnHeader3.DisplayIndex = 2;
     this.columnHeader3.Text = "Đơn giá";
     this.columnHeader3.Width = 79;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.dtpThoiGian);
     this.groupControl1.Controls.Add(this.labelControl10);
     this.groupControl1.Location = new System.Drawing.Point(380, 93);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(222, 64);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text = "Thông tin hóa đơn";
     //
     // dtpThoiGian
     //
     this.dtpThoiGian.CustomFormat = "dd/MM/yyyy";
     this.dtpThoiGian.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpThoiGian.Location = new System.Drawing.Point(63, 28);
     this.dtpThoiGian.Name = "dtpThoiGian";
     this.dtpThoiGian.Size = new System.Drawing.Size(153, 20);
     this.dtpThoiGian.TabIndex = 0;
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(5, 31);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(52, 13);
     this.labelControl10.TabIndex = 4;
     this.labelControl10.Text = "Ngày nhập";
     //
     // txtTimKiem
     //
     this.txtTimKiem.Location = new System.Drawing.Point(80, 94);
     this.txtTimKiem.Name = "txtTimKiem";
     this.txtTimKiem.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTimKiem.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.txtTimKiem.Properties.Appearance.Options.UseFont = true;
     this.txtTimKiem.Properties.Appearance.Options.UseForeColor = true;
     this.txtTimKiem.Size = new System.Drawing.Size(275, 24);
     this.txtTimKiem.TabIndex = 1;
     this.txtTimKiem.ToolTip = "Gõ để tìm kiếm, kết quả tức thì";
     this.txtTimKiem.EditValueChanged += new System.EventHandler(this.txtTenHangTim_EditValueChanged);
     this.txtTimKiem.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTenHangTim_KeyPress);
     //
     // lbSanPham
     //
     this.lbSanPham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.lbSanPham.DisplayMember = "TenHang";
     this.lbSanPham.Location = new System.Drawing.Point(29, 200);
     this.lbSanPham.Name = "lbSanPham";
     this.lbSanPham.Size = new System.Drawing.Size(326, 200);
     this.lbSanPham.TabIndex = 3;
     this.lbSanPham.SelectedIndexChanged += new System.EventHandler(this.lbHang_SelectedIndexChanged);
     this.lbSanPham.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.lbSanPham_MeasureItem);
     this.lbSanPham.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbSanPham_MouseDoubleClick);
     this.lbSanPham.Validating += new System.ComponentModel.CancelEventHandler(this.lbSanPham_Validating);
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(29, 178);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(99, 13);
     this.labelControl12.TabIndex = 51;
     this.labelControl12.Text = "Danh sách sản phẩm";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(29, 97);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(41, 13);
     this.labelControl2.TabIndex = 52;
     this.labelControl2.Text = "Mã hàng";
     //
     // lvHangNhap
     //
     this.lvHangNhap.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lvHangNhap.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     columnHeader5,
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.lvHangNhap.FullRowSelect = true;
     this.lvHangNhap.Location = new System.Drawing.Point(638, 91);
     this.lvHangNhap.Name = "lvHangNhap";
     this.lvHangNhap.Size = new System.Drawing.Size(402, 168);
     this.lvHangNhap.TabIndex = 8;
     this.lvHangNhap.UseCompatibleStateImageBehavior = false;
     this.lvHangNhap.View = System.Windows.Forms.View.Details;
     this.lvHangNhap.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.lvHangNhap_DrawItem);
     //
     // columnHeader1
     //
     this.columnHeader1.DisplayIndex = 0;
     this.columnHeader1.Text = "Tên hàng";
     this.columnHeader1.Width = 132;
     //
     // columnHeader2
     //
     this.columnHeader2.DisplayIndex = 1;
     this.columnHeader2.Text = "Số lượng";
     this.columnHeader2.Width = 87;
     //
     // labelControl7
     //
     this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl7.Location = new System.Drawing.Point(638, 276);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(54, 16);
     this.labelControl7.TabIndex = 55;
     this.labelControl7.Text = "Tổng tiền";
     //
     // lblThongBao
     //
     this.lblThongBao.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblThongBao.Appearance.ForeColor = System.Drawing.Color.Maroon;
     this.lblThongBao.Location = new System.Drawing.Point(116, 141);
     this.lblThongBao.Name = "lblThongBao";
     this.lblThongBao.Size = new System.Drawing.Size(134, 16);
     this.lblThongBao.TabIndex = 51;
     this.lblThongBao.Text = "Không có mặt hàng này";
     this.lblThongBao.Visible = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(380, 312);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(37, 13);
     this.labelControl1.TabIndex = 55;
     this.labelControl1.Text = "Đơn giá";
     //
     // txtDonGia
     //
     this.txtDonGia.Location = new System.Drawing.Point(430, 309);
     this.txtDonGia.Name = "txtDonGia";
     this.txtDonGia.Size = new System.Drawing.Size(173, 20);
     this.txtDonGia.TabIndex = 5;
     //
     // lblTongTien
     //
     this.lblTongTien.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblTongTien.Appearance.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongTien.Location = new System.Drawing.Point(698, 265);
     this.lblTongTien.Name = "lblTongTien";
     this.lblTongTien.Size = new System.Drawing.Size(17, 33);
     this.lblTongTien.TabIndex = 71;
     this.lblTongTien.Text = "0";
     //
     // ep
     //
     this.ep.ContainerControl = this;
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.btnSave.Appearance.Options.UseFont = true;
     this.btnSave.Image = global::GymFitnessOlympic.Properties.Resources._1447576907_ok;
     this.btnSave.Location = new System.Drawing.Point(629, 348);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(193, 52);
     this.btnSave.TabIndex = 9;
     this.btnSave.Text = "Tạo hóa đơn";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
     //
     // btnChiTietXoa
     //
     this.btnChiTietXoa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChiTietXoa.Image = global::GymFitnessOlympic.Properties.Resources.delete;
     this.btnChiTietXoa.Location = new System.Drawing.Point(940, 50);
     this.btnChiTietXoa.Name = "btnChiTietXoa";
     this.btnChiTietXoa.Size = new System.Drawing.Size(100, 24);
     this.btnChiTietXoa.TabIndex = 8;
     this.btnChiTietXoa.Text = "Xóa";
     this.btnChiTietXoa.Click += new System.EventHandler(this.btnChiTietXoa_Click);
     //
     // btnReset
     //
     this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReset.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.btnReset.Appearance.Options.UseFont = true;
     this.btnReset.Image = global::GymFitnessOlympic.Properties.Resources.update;
     this.btnReset.Location = new System.Drawing.Point(839, 347);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(190, 52);
     this.btnReset.TabIndex = 10;
     this.btnReset.Text = "Hủy hóa đơn hiện tại";
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnQuet
     //
     this.btnQuet.Image = global::GymFitnessOlympic.Properties.Resources.Find;
     this.btnQuet.Location = new System.Drawing.Point(260, 128);
     this.btnQuet.Name = "btnQuet";
     this.btnQuet.Size = new System.Drawing.Size(95, 41);
     this.btnQuet.TabIndex = 2;
     this.btnQuet.Text = "Quyét";
     this.btnQuet.Click += new System.EventHandler(this.btnQuet_Click);
     //
     // btnChiTietSua
     //
     this.btnChiTietSua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChiTietSua.Image = global::GymFitnessOlympic.Properties.Resources.Edit;
     this.btnChiTietSua.Location = new System.Drawing.Point(839, 50);
     this.btnChiTietSua.Name = "btnChiTietSua";
     this.btnChiTietSua.Size = new System.Drawing.Size(95, 24);
     this.btnChiTietSua.TabIndex = 7;
     this.btnChiTietSua.Text = "Sửa";
     this.btnChiTietSua.Click += new System.EventHandler(this.btnChiTietSua_Click);
     //
     // btnThem
     //
     this.btnThem.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.btnThem.Appearance.Options.UseFont = true;
     this.btnThem.Image = global::GymFitnessOlympic.Properties.Resources.add;
     this.btnThem.Location = new System.Drawing.Point(430, 347);
     this.btnThem.Name = "btnThem";
     this.btnThem.Size = new System.Drawing.Size(172, 52);
     this.btnThem.TabIndex = 6;
     this.btnThem.Text = "Thêm";
     this.btnThem.ToolTip = "Thêm mặt hàng vào danh sách nhập, một khi đã click, không\r\nthể thay đổi nhà cung " +
     "cấp được nữa, trừ khi click \"Làm lại từ đầu\"\r\nđể tạo phiếu nhập mới.";
     this.btnThem.Click += new System.EventHandler(this.btnThem_Click);
     //
     // lblTitle
     //
     this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location = new System.Drawing.Point(24, 17);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.Size = new System.Drawing.Size(228, 58);
     this.lblTitle.TabIndex = 52;
     this.lblTitle.Text = "Bán hàng";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(380, 200);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(40, 13);
     this.labelControl4.TabIndex = 55;
     this.labelControl4.Text = "Mã vạch";
     //
     // FrmBanHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblTongTien);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnChiTietXoa);
     this.Controls.Add(this.lbSanPham);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnQuet);
     this.Controls.Add(this.btnChiTietSua);
     this.Controls.Add(this.btnThem);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.txtMaVach);
     this.Controls.Add(this.txtDonGia);
     this.Controls.Add(this.txtTenHang);
     this.Controls.Add(this.spnSoLuong);
     this.Controls.Add(this.lvHangNhap);
     this.Controls.Add(this.txtTimKiem);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.lblThongBao);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.labelControl12);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.groupControl1);
     this.Name = "FrmBanHang";
     this.Size = new System.Drawing.Size(1053, 423);
     this.Load += new System.EventHandler(this.FrmBanHang_Load);
     ((System.ComponentModel.ISupportInitialize)(this.spnSoLuong.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimKiem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbSanPham)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlFURLFavorites));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarButtonItem();
     this.iDelete = new DevExpress.XtraBars.BarButtonItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.listBox1 = new DevExpress.XtraEditors.ListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBox1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.iAdd,
     this.iEdit,
     this.iDelete,
     this.iOpen});
     this.barManager1.MaxItemId = 4;
     //
     // bar1
     //
     this.bar1.BarName = "Edit";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(43, 86);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen, true)});
     this.bar1.Text = "Edit";
     //
     // iAdd
     //
     this.iAdd.Caption = "&Add";
     this.iAdd.Hint = "Thêm FURL";
     this.iAdd.Id = 0;
     this.iAdd.ImageIndex = 0;
     this.iAdd.Name = "iAdd";
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "&Edit";
     this.iEdit.Hint = "Sửa Favorite";
     this.iEdit.Id = 1;
     this.iEdit.ImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // iDelete
     //
     this.iDelete.Caption = "&Delete";
     this.iDelete.Hint = "Xóa Favorite";
     this.iDelete.Id = 2;
     this.iDelete.ImageIndex = 2;
     this.iDelete.Name = "iDelete";
     this.iDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iDelete_ItemClick);
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open";
     this.iOpen.Hint = "Mở FURL";
     this.iOpen.Id = 3;
     this.iOpen.ImageIndex = 3;
     this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F));
     this.iOpen.Name = "iOpen";
     this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     //
     // listBox1
     //
     this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBox1.ItemHeight = 15;
     this.listBox1.Location = new System.Drawing.Point(0, 26);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(196, 222);
     this.listBox1.TabIndex = 4;
     this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // ctrlFavorites
     //
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Name = "ctrlFavorites";
     this.Size = new System.Drawing.Size(196, 248);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBox1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 33
0
        void lst_L_DragOver(object sender, DragEventArgs e)
        {
            lstBox_To = sender as DevExpress.XtraEditors.ListBoxControl;

            e.Effect = DragDropEffects.Move;
        }
Exemplo n.º 34
0
 internal void EliminarPermisos(DevExpress.XtraEditors.ListBoxControl lstPermisosAsignados, DevExpress.XtraEditors.ListBoxControl lstPermisosSinAsignar)
 {
     lstPermisosSinAsignar.Items.Add(lstPermisosAsignados.SelectedItem);
     lstPermisosAsignados.Items.Remove(lstPermisosAsignados.SelectedItem);
 }
 /// <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();
     this.lblCount = new DevExpress.XtraEditors.LabelControl();
     this.ImportBillingDetailsFrmConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
     this.ProgressBarMain = new DevExpress.XtraEditors.ProgressBarControl();
     this.tbLog = new DevExpress.XtraEditors.MemoEdit();
     this.btnImport = new DevExpress.XtraEditors.SimpleButton();
     this.lblEstTime = new DevExpress.XtraEditors.LabelControl();
     this.btnRemove = new DevExpress.XtraEditors.SimpleButton();
     this.btnGetFileName = new DevExpress.XtraEditors.SimpleButton();
     this.lbcFilePath = new DevExpress.XtraEditors.ListBoxControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItemFiles = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItemLog = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItemTime = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItemCount = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItemProgress = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupCommand = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItemRemove = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItemAdd = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItemImport = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItemSpace = new DevExpress.XtraLayout.EmptySpaceItem();
     this.ofd = new System.Windows.Forms.OpenFileDialog();
     this.layoutConverter1 = new DevExpress.XtraLayout.Converter.LayoutConverter(this.components);
     this._0_1__MasterTableAdapter = new NICAccessTools.Data.dsDataTableAdapters._0_1__MasterTableAdapter();
     this._0_3__Route_DetailsTableAdapter = new NICAccessTools.Data.dsDataTableAdapters._0_3__Route_DetailsTableAdapter();
     this._0_6_Customer_HNTableAdapter = new NICAccessTools.Data.dsDataTableAdapters._0_6_Customer_HNTableAdapter();
     this.dsData = new NICAccessTools.Data.dsData();
     this._0_4__Product_DetailsTableAdapter = new NICAccessTools.Data.dsDataTableAdapters._0_4__Product_DetailsTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.ImportBillingDetailsFrmConvertedLayout)).BeginInit();
     this.ImportBillingDetailsFrmConvertedLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ProgressBarMain.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLog.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbcFilePath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemProgress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupCommand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemRemove)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemImport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItemSpace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsData)).BeginInit();
     this.SuspendLayout();
     //
     // lblCount
     //
     this.lblCount.Location = new System.Drawing.Point(551, 346);
     this.lblCount.Name = "lblCount";
     this.lblCount.Size = new System.Drawing.Size(16, 13);
     this.lblCount.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.lblCount.TabIndex = 4;
     this.lblCount.Text = "0/0";
     //
     // ImportBillingDetailsFrmConvertedLayout
     //
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.ProgressBarMain);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.tbLog);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.lblCount);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.btnImport);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.lblEstTime);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.btnRemove);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.btnGetFileName);
     this.ImportBillingDetailsFrmConvertedLayout.Controls.Add(this.lbcFilePath);
     this.ImportBillingDetailsFrmConvertedLayout.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ImportBillingDetailsFrmConvertedLayout.Location = new System.Drawing.Point(0, 0);
     this.ImportBillingDetailsFrmConvertedLayout.Name = "ImportBillingDetailsFrmConvertedLayout";
     this.ImportBillingDetailsFrmConvertedLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(987, 330, 315, 464);
     this.ImportBillingDetailsFrmConvertedLayout.OptionsView.UseDefaultDragAndDropRendering = false;
     this.ImportBillingDetailsFrmConvertedLayout.Root = this.layoutControlGroup1;
     this.ImportBillingDetailsFrmConvertedLayout.Size = new System.Drawing.Size(579, 393);
     this.ImportBillingDetailsFrmConvertedLayout.TabIndex = 6;
     //
     // ProgressBarMain
     //
     this.ProgressBarMain.Location = new System.Drawing.Point(57, 363);
     this.ProgressBarMain.Name = "ProgressBarMain";
     this.ProgressBarMain.Size = new System.Drawing.Size(510, 18);
     this.ProgressBarMain.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.ProgressBarMain.TabIndex = 8;
     //
     // tbLog
     //
     this.tbLog.Location = new System.Drawing.Point(241, 154);
     this.tbLog.Name = "tbLog";
     this.tbLog.Properties.ReadOnly = true;
     this.tbLog.Properties.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.tbLog.Size = new System.Drawing.Size(326, 188);
     this.tbLog.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.tbLog.TabIndex = 6;
     this.tbLog.UseOptimizedRendering = true;
     //
     // btnImport
     //
     this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Image = global::NICAccessTools.Properties.Resources.importtodatabase_32x32;
     this.btnImport.Location = new System.Drawing.Point(24, 292);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new System.Drawing.Size(201, 38);
     this.btnImport.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.btnImport.TabIndex = 3;
     this.btnImport.Text = "Import R3";
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // lblEstTime
     //
     this.lblEstTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblEstTime.Location = new System.Drawing.Point(57, 346);
     this.lblEstTime.Name = "lblEstTime";
     this.lblEstTime.Size = new System.Drawing.Size(490, 13);
     this.lblEstTime.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.lblEstTime.TabIndex = 4;
     this.lblEstTime.Text = "00:00";
     //
     // btnRemove
     //
     this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.Location = new System.Drawing.Point(140, 250);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(85, 38);
     this.btnRemove.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.btnRemove.TabIndex = 1;
     this.btnRemove.Text = "Remove";
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // btnGetFileName
     //
     this.btnGetFileName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGetFileName.Location = new System.Drawing.Point(24, 250);
     this.btnGetFileName.Name = "btnGetFileName";
     this.btnGetFileName.Size = new System.Drawing.Size(112, 38);
     this.btnGetFileName.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.btnGetFileName.TabIndex = 0;
     this.btnGetFileName.Text = "Add Excel File";
     this.btnGetFileName.Click += new System.EventHandler(this.btnGetFileName_Click);
     //
     // lbcFilePath
     //
     this.lbcFilePath.HorizontalScrollbar = true;
     this.lbcFilePath.Location = new System.Drawing.Point(12, 12);
     this.lbcFilePath.Name = "lbcFilePath";
     this.lbcFilePath.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbcFilePath.Size = new System.Drawing.Size(555, 138);
     this.lbcFilePath.StyleController = this.ImportBillingDetailsFrmConvertedLayout;
     this.lbcFilePath.TabIndex = 2;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItemFiles,
     this.layoutControlItemLog,
     this.layoutControlItemTime,
     this.layoutControlItemCount,
     this.layoutControlItemProgress,
     this.layoutControlGroupCommand,
     this.emptySpaceItemSpace});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(579, 393);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItemFiles
     //
     this.layoutControlItemFiles.Control = this.lbcFilePath;
     this.layoutControlItemFiles.CustomizationFormText = "Files";
     this.layoutControlItemFiles.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItemFiles.MaxSize = new System.Drawing.Size(0, 142);
     this.layoutControlItemFiles.MinSize = new System.Drawing.Size(54, 142);
     this.layoutControlItemFiles.Name = "layoutControlItemFiles";
     this.layoutControlItemFiles.Size = new System.Drawing.Size(559, 142);
     this.layoutControlItemFiles.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItemFiles.Text = "Files";
     this.layoutControlItemFiles.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItemFiles.TextToControlDistance = 0;
     this.layoutControlItemFiles.TextVisible = false;
     //
     // layoutControlItemLog
     //
     this.layoutControlItemLog.Control = this.tbLog;
     this.layoutControlItemLog.CustomizationFormText = "Log";
     this.layoutControlItemLog.Location = new System.Drawing.Point(229, 142);
     this.layoutControlItemLog.Name = "layoutControlItemLog";
     this.layoutControlItemLog.Size = new System.Drawing.Size(330, 192);
     this.layoutControlItemLog.Text = "Log";
     this.layoutControlItemLog.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItemLog.TextToControlDistance = 0;
     this.layoutControlItemLog.TextVisible = false;
     //
     // layoutControlItemTime
     //
     this.layoutControlItemTime.Control = this.lblEstTime;
     this.layoutControlItemTime.CustomizationFormText = "Time";
     this.layoutControlItemTime.Location = new System.Drawing.Point(0, 334);
     this.layoutControlItemTime.MaxSize = new System.Drawing.Size(0, 17);
     this.layoutControlItemTime.MinSize = new System.Drawing.Size(77, 17);
     this.layoutControlItemTime.Name = "layoutControlItemTime";
     this.layoutControlItemTime.Size = new System.Drawing.Size(539, 17);
     this.layoutControlItemTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItemTime.Text = "Time";
     this.layoutControlItemTime.TextSize = new System.Drawing.Size(42, 13);
     //
     // layoutControlItemCount
     //
     this.layoutControlItemCount.Control = this.lblCount;
     this.layoutControlItemCount.ControlAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.layoutControlItemCount.CustomizationFormText = "Count";
     this.layoutControlItemCount.Location = new System.Drawing.Point(539, 334);
     this.layoutControlItemCount.Name = "layoutControlItemCount";
     this.layoutControlItemCount.Size = new System.Drawing.Size(20, 17);
     this.layoutControlItemCount.Text = "Count";
     this.layoutControlItemCount.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItemCount.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItemCount.TextToControlDistance = 0;
     this.layoutControlItemCount.TextVisible = false;
     //
     // layoutControlItemProgress
     //
     this.layoutControlItemProgress.Control = this.ProgressBarMain;
     this.layoutControlItemProgress.CustomizationFormText = "Progress";
     this.layoutControlItemProgress.Location = new System.Drawing.Point(0, 351);
     this.layoutControlItemProgress.MaxSize = new System.Drawing.Size(0, 22);
     this.layoutControlItemProgress.MinSize = new System.Drawing.Size(99, 22);
     this.layoutControlItemProgress.Name = "layoutControlItemProgress";
     this.layoutControlItemProgress.Size = new System.Drawing.Size(559, 22);
     this.layoutControlItemProgress.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItemProgress.Text = "Progress";
     this.layoutControlItemProgress.TextSize = new System.Drawing.Size(42, 13);
     //
     // layoutControlGroupCommand
     //
     this.layoutControlGroupCommand.CustomizationFormText = "Command";
     this.layoutControlGroupCommand.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItemRemove,
     this.layoutControlItemAdd,
     this.layoutControlItemImport});
     this.layoutControlGroupCommand.Location = new System.Drawing.Point(0, 226);
     this.layoutControlGroupCommand.Name = "layoutControlGroupCommand";
     this.layoutControlGroupCommand.Size = new System.Drawing.Size(229, 108);
     this.layoutControlGroupCommand.Text = "Command";
     this.layoutControlGroupCommand.TextVisible = false;
     //
     // layoutControlItemRemove
     //
     this.layoutControlItemRemove.Control = this.btnRemove;
     this.layoutControlItemRemove.CustomizationFormText = "Remove";
     this.layoutControlItemRemove.Location = new System.Drawing.Point(116, 0);
     this.layoutControlItemRemove.MaxSize = new System.Drawing.Size(89, 42);
     this.layoutControlItemRemove.MinSize = new System.Drawing.Size(89, 42);
     this.layoutControlItemRemove.Name = "layoutControlItemRemove";
     this.layoutControlItemRemove.Size = new System.Drawing.Size(89, 42);
     this.layoutControlItemRemove.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItemRemove.Text = "Remove";
     this.layoutControlItemRemove.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItemRemove.TextToControlDistance = 0;
     this.layoutControlItemRemove.TextVisible = false;
     //
     // layoutControlItemAdd
     //
     this.layoutControlItemAdd.Control = this.btnGetFileName;
     this.layoutControlItemAdd.CustomizationFormText = "Add";
     this.layoutControlItemAdd.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItemAdd.MaxSize = new System.Drawing.Size(116, 42);
     this.layoutControlItemAdd.MinSize = new System.Drawing.Size(116, 42);
     this.layoutControlItemAdd.Name = "layoutControlItemAdd";
     this.layoutControlItemAdd.Size = new System.Drawing.Size(116, 42);
     this.layoutControlItemAdd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItemAdd.Text = "Add";
     this.layoutControlItemAdd.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItemAdd.TextToControlDistance = 0;
     this.layoutControlItemAdd.TextVisible = false;
     //
     // layoutControlItemImport
     //
     this.layoutControlItemImport.Control = this.btnImport;
     this.layoutControlItemImport.CustomizationFormText = "Import";
     this.layoutControlItemImport.Location = new System.Drawing.Point(0, 42);
     this.layoutControlItemImport.MaxSize = new System.Drawing.Size(205, 42);
     this.layoutControlItemImport.MinSize = new System.Drawing.Size(205, 42);
     this.layoutControlItemImport.Name = "layoutControlItemImport";
     this.layoutControlItemImport.Size = new System.Drawing.Size(205, 42);
     this.layoutControlItemImport.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItemImport.Text = "Import";
     this.layoutControlItemImport.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItemImport.TextToControlDistance = 0;
     this.layoutControlItemImport.TextVisible = false;
     //
     // emptySpaceItemSpace
     //
     this.emptySpaceItemSpace.AllowHotTrack = false;
     this.emptySpaceItemSpace.CustomizationFormText = "Space";
     this.emptySpaceItemSpace.Location = new System.Drawing.Point(0, 142);
     this.emptySpaceItemSpace.Name = "emptySpaceItemSpace";
     this.emptySpaceItemSpace.Size = new System.Drawing.Size(229, 84);
     this.emptySpaceItemSpace.Text = "Space";
     this.emptySpaceItemSpace.TextSize = new System.Drawing.Size(0, 0);
     //
     // ofd
     //
     this.ofd.Filter = "Excel Files(xlsx)|*.xlsx";
     this.ofd.Multiselect = true;
     //
     // _0_1__MasterTableAdapter
     //
     this._0_1__MasterTableAdapter.ClearBeforeFill = true;
     //
     // _0_3__Route_DetailsTableAdapter
     //
     this._0_3__Route_DetailsTableAdapter.ClearBeforeFill = true;
     //
     // _0_6_Customer_HNTableAdapter
     //
     this._0_6_Customer_HNTableAdapter.ClearBeforeFill = true;
     //
     // dsData
     //
     this.dsData.DataSetName = "dsData";
     this.dsData.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // _0_4__Product_DetailsTableAdapter
     //
     this._0_4__Product_DetailsTableAdapter.ClearBeforeFill = true;
     //
     // ImportDaysFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(579, 393);
     this.Controls.Add(this.ImportBillingDetailsFrmConvertedLayout);
     this.Icon = global::NICAccessTools.Properties.Resources.importtodatabase_16x16;
     this.Name = "ImportDaysFrm";
     this.Text = "Import R3";
     ((System.ComponentModel.ISupportInitialize)(this.ImportBillingDetailsFrmConvertedLayout)).EndInit();
     this.ImportBillingDetailsFrmConvertedLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ProgressBarMain.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLog.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbcFilePath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemProgress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupCommand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemRemove)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemImport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItemSpace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsData)).EndInit();
     this.ResumeLayout(false);
 }