| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0101
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0101));
- this.tvwOrganization = new System.Windows.Forms.TreeView();
- this.splSplit = new System.Windows.Forms.SplitContainer();
- this.dgvOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.OrganizationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Leader = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LetterMarket = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtLetterMarket = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtOrganizationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
- this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Tel();
- this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblLetterMarket = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.splSplit)).BeginInit();
- this.splSplit.Panel1.SuspendLayout();
- this.splSplit.Panel2.SuspendLayout();
- this.splSplit.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // tvwOrganization
- //
- this.tvwOrganization.AllowDrop = true;
- this.tvwOrganization.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tvwOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tvwOrganization.HideSelection = false;
- this.tvwOrganization.Indent = 20;
- this.tvwOrganization.ItemHeight = 20;
- this.tvwOrganization.Location = new System.Drawing.Point(0, 0);
- this.tvwOrganization.Name = "tvwOrganization";
- this.tvwOrganization.Size = new System.Drawing.Size(185, 500);
- this.tvwOrganization.TabIndex = 10;
- this.tvwOrganization.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterCollapse);
- this.tvwOrganization.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterExpand);
- this.tvwOrganization.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterSelect);
- //
- // splSplit
- //
- this.splSplit.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.splSplit.Location = new System.Drawing.Point(12, 113);
- this.splSplit.Name = "splSplit";
- //
- // splSplit.Panel1
- //
- this.splSplit.Panel1.Controls.Add(this.tvwOrganization);
- //
- // splSplit.Panel2
- //
- this.splSplit.Panel2.Controls.Add(this.dgvOrganization);
- this.splSplit.Size = new System.Drawing.Size(911, 500);
- this.splSplit.SplitterDistance = 185;
- this.splSplit.SplitterWidth = 2;
- this.splSplit.TabIndex = 2;
- //
- // dgvOrganization
- //
- this.dgvOrganization.AllowUserToAddRows = false;
- this.dgvOrganization.AllowUserToDeleteRows = false;
- this.dgvOrganization.AllowUserToModifyRows = true;
- this.dgvOrganization.AllowUserToOrderColumns = true;
- this.dgvOrganization.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvOrganization.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvOrganization.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvOrganization.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvOrganization.CellHeight = 23;
- this.dgvOrganization.ChildNodeColumnName = null;
- this.dgvOrganization.ChildNodeColumnText = null;
- this.dgvOrganization.ColumnDeep = 1;
- this.dgvOrganization.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvOrganization.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvOrganization.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvOrganization.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.OrganizationCode,
- this.OrganizationName,
- this.OrganizationFullName,
- this.Leader,
- this.LetterMarket,
- this.Telephone,
- this.Address,
- this.Remarks,
- this.ValueFlag,
- this.OrganizationID});
- this.dgvOrganization.ColumnTreeView = null;
- this.dgvOrganization.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- this.dgvOrganization.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvOrganization.DynamicColumnName = "";
- this.dgvOrganization.EnableHeadersVisualStyles = false;
- this.dgvOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvOrganization.HorizontalMergeColumn = null;
- this.dgvOrganization.IsAutoCountSum = true;
- this.dgvOrganization.IsAutoResizeColumns = false;
- this.dgvOrganization.IsClickF12 = false;
- this.dgvOrganization.IsOpenMergeCellFlag = false;
- this.dgvOrganization.IsSubTotalFlag = false;
- this.dgvOrganization.IsTopDeep = false;
- this.dgvOrganization.Location = new System.Drawing.Point(0, 0);
- this.dgvOrganization.MergeColumnNames = null;
- this.dgvOrganization.MergeDetailColumnNames = null;
- this.dgvOrganization.MergeDetailOnlyColumn = null;
- this.dgvOrganization.MergeOnlyColumn = null;
- this.dgvOrganization.MultiSelect = false;
- this.dgvOrganization.Name = "dgvOrganization";
- this.dgvOrganization.ReadOnly = true;
- this.dgvOrganization.RefreshAtHscroll = false;
- this.dgvOrganization.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvOrganization.RowHeadersWidth = 50;
- this.dgvOrganization.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvOrganization.RowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvOrganization.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
- this.dgvOrganization.RowTemplate.Height = 21;
- this.dgvOrganization.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOrganization.Size = new System.Drawing.Size(724, 500);
- this.dgvOrganization.SortOrderColumnName = null;
- this.dgvOrganization.TabIndex = 11;
- this.dgvOrganization.Tag = true;
- this.dgvOrganization.TotalSumColumns = null;
- this.dgvOrganization.ViewRowFilter = "";
- this.dgvOrganization.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrganization_CellEnter);
- this.dgvOrganization.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
- this.dgvOrganization.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOrganization_KeyDown);
- //
- // OrganizationCode
- //
- this.OrganizationCode.DataPropertyName = "OrganizationCode";
- this.OrganizationCode.HeaderText = "编码";
- this.OrganizationCode.MaxInputLength = 21;
- this.OrganizationCode.Name = "OrganizationCode";
- this.OrganizationCode.ReadOnly = true;
- this.OrganizationCode.Width = 80;
- //
- // OrganizationName
- //
- this.OrganizationName.DataPropertyName = "OrganizationName";
- this.OrganizationName.HeaderText = "名称";
- this.OrganizationName.MaxInputLength = 20;
- this.OrganizationName.Name = "OrganizationName";
- this.OrganizationName.ReadOnly = true;
- this.OrganizationName.Width = 120;
- //
- // OrganizationFullName
- //
- this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OrganizationFullName.DefaultCellStyle = dataGridViewCellStyle3;
- this.OrganizationFullName.HeaderText = "全称";
- this.OrganizationFullName.MaxInputLength = 150;
- this.OrganizationFullName.Name = "OrganizationFullName";
- this.OrganizationFullName.ReadOnly = true;
- this.OrganizationFullName.Width = 200;
- //
- // Leader
- //
- this.Leader.DataPropertyName = "Leader";
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
- this.Leader.DefaultCellStyle = dataGridViewCellStyle4;
- this.Leader.HeaderText = "负责人";
- this.Leader.MaxInputLength = 20;
- this.Leader.Name = "Leader";
- this.Leader.ReadOnly = true;
- this.Leader.Width = 70;
- //
- // LetterMarket
- //
- this.LetterMarket.DataPropertyName = "LetterMarket";
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F);
- this.LetterMarket.DefaultCellStyle = dataGridViewCellStyle5;
- this.LetterMarket.HeaderText = "票头字母";
- this.LetterMarket.MaxInputLength = 2;
- this.LetterMarket.Name = "LetterMarket";
- this.LetterMarket.ReadOnly = true;
- this.LetterMarket.Width = 80;
- //
- // Telephone
- //
- this.Telephone.DataPropertyName = "Telephone";
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F);
- this.Telephone.DefaultCellStyle = dataGridViewCellStyle6;
- this.Telephone.HeaderText = "联系电话";
- this.Telephone.MaxInputLength = 50;
- this.Telephone.Name = "Telephone";
- this.Telephone.ReadOnly = true;
- //
- // Address
- //
- this.Address.DataPropertyName = "Address";
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F);
- this.Address.DefaultCellStyle = dataGridViewCellStyle7;
- this.Address.HeaderText = "地址";
- this.Address.MaxInputLength = 255;
- this.Address.Name = "Address";
- this.Address.ReadOnly = true;
- this.Address.Width = 180;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
- this.Remarks.DefaultCellStyle = dataGridViewCellStyle8;
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 255;
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 150;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle9.NullValue = false;
- this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle9;
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "正常";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Width = 50;
- //
- // OrganizationID
- //
- this.OrganizationID.DataPropertyName = "OrganizationID";
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OrganizationID.DefaultCellStyle = dataGridViewCellStyle10;
- this.OrganizationID.HeaderText = "ID";
- this.OrganizationID.Name = "OrganizationID";
- this.OrganizationID.ReadOnly = true;
- this.OrganizationID.Visible = false;
- //
- // imglstNavigation
- //
- this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream")));
- this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
- this.imglstNavigation.Images.SetKeyName(0, "close.png");
- this.imglstNavigation.Images.SetKeyName(1, "list.png");
- this.imglstNavigation.Images.SetKeyName(2, "open.png");
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.txtLetterMarket);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.txtAddress);
- this.gbxCondition.Controls.Add(this.txtOrganizationName);
- this.gbxCondition.Controls.Add(this.txtOrganizationCode);
- this.gbxCondition.Controls.Add(this.lblUserName);
- this.gbxCondition.Controls.Add(this.lblUserCode);
- this.gbxCondition.Controls.Add(this.txtTelephone);
- this.gbxCondition.Controls.Add(this.chkValueFlag);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.lblLetterMarket);
- this.gbxCondition.Controls.Add(this.lblAddress);
- this.gbxCondition.Controls.Add(this.lblTelephone);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(12, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(911, 69);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtLetterMarket
- //
- this.txtLetterMarket.BackColor = System.Drawing.SystemColors.Window;
- this.txtLetterMarket.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLetterMarket.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtLetterMarket.ErrorMessage = "";
- this.txtLetterMarket.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLetterMarket.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtLetterMarket.Location = new System.Drawing.Point(399, 14);
- this.txtLetterMarket.MaxLength = 2;
- this.txtLetterMarket.Name = "txtLetterMarket";
- this.txtLetterMarket.Size = new System.Drawing.Size(97, 21);
- this.txtLetterMarket.TabIndex = 3;
- this.txtLetterMarket.TextValue = "";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(227, 41);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(97, 21);
- this.txtRemarks.TabIndex = 5;
- this.txtRemarks.TextValue = "";
- //
- // txtAddress
- //
- this.txtAddress.BackColor = System.Drawing.SystemColors.Window;
- this.txtAddress.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtAddress.ErrorMessage = "";
- this.txtAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAddress.Location = new System.Drawing.Point(65, 42);
- this.txtAddress.MaxLength = 500;
- this.txtAddress.Name = "txtAddress";
- this.txtAddress.Size = new System.Drawing.Size(97, 21);
- this.txtAddress.TabIndex = 4;
- this.txtAddress.TextValue = "";
- //
- // txtOrganizationName
- //
- this.txtOrganizationName.BackColor = System.Drawing.SystemColors.Window;
- this.txtOrganizationName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOrganizationName.ErrorMessage = "";
- this.txtOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOrganizationName.Location = new System.Drawing.Point(227, 14);
- this.txtOrganizationName.MaxLength = 20;
- this.txtOrganizationName.Name = "txtOrganizationName";
- this.txtOrganizationName.Size = new System.Drawing.Size(97, 21);
- this.txtOrganizationName.TabIndex = 2;
- this.txtOrganizationName.TextValue = "";
- //
- // txtOrganizationCode
- //
- this.txtOrganizationCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtOrganizationCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOrganizationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtOrganizationCode.ErrorMessage = "";
- this.txtOrganizationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOrganizationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtOrganizationCode.Location = new System.Drawing.Point(65, 14);
- this.txtOrganizationCode.MaxLength = 21;
- this.txtOrganizationCode.Name = "txtOrganizationCode";
- this.txtOrganizationCode.Size = new System.Drawing.Size(97, 21);
- this.txtOrganizationCode.TabIndex = 1;
- this.txtOrganizationCode.TextValue = "";
- //
- // lblUserName
- //
- this.lblUserName.AutoSize = true;
- this.lblUserName.BackColor = System.Drawing.Color.Transparent;
- this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblUserName.Location = new System.Drawing.Point(168, 17);
- this.lblUserName.Name = "lblUserName";
- this.lblUserName.Size = new System.Drawing.Size(53, 12);
- this.lblUserName.TabIndex = 17;
- this.lblUserName.Text = "组织名称";
- //
- // lblUserCode
- //
- this.lblUserCode.AutoSize = true;
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblUserCode.Location = new System.Drawing.Point(6, 17);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 16;
- this.lblUserCode.Text = "组织编码";
- //
- // txtTelephone
- //
- this.txtTelephone.BackColor = System.Drawing.SystemColors.Window;
- this.txtTelephone.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtTelephone.ErrorMessage = "";
- this.txtTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtTelephone.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtTelephone.Location = new System.Drawing.Point(399, 42);
- this.txtTelephone.MaxLength = 20;
- this.txtTelephone.Name = "txtTelephone";
- this.txtTelephone.Size = new System.Drawing.Size(97, 21);
- this.txtTelephone.TabIndex = 6;
- this.txtTelephone.TextValue = "";
- //
- // chkValueFlag
- //
- this.chkValueFlag.BackColor = System.Drawing.SystemColors.Window;
- this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
- this.chkValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
- this.chkValueFlag.DataSource = null;
- this.chkValueFlag.DisplayMember = "ValidFlagName";
- this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
- this.chkValueFlag.Location = new System.Drawing.Point(507, 14);
- this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.chkValueFlag.Name = "chkValueFlag";
- this.chkValueFlag.SelectedIndex = -1;
- this.chkValueFlag.SelectedValues = new object[0];
- this.chkValueFlag.Size = new System.Drawing.Size(141, 39);
- this.chkValueFlag.TabIndex = 7;
- this.chkValueFlag.Title = "正常标识";
- this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
- this.chkValueFlag.ValueMember = "ValidFlagID";
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(729, 33);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 8;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(820, 33);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 9;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(192, 45);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 8;
- this.lblRemarks.Text = "备注";
- //
- // lblLetterMarket
- //
- this.lblLetterMarket.AutoSize = true;
- this.lblLetterMarket.BackColor = System.Drawing.Color.Transparent;
- this.lblLetterMarket.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLetterMarket.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblLetterMarket.Location = new System.Drawing.Point(340, 18);
- this.lblLetterMarket.Name = "lblLetterMarket";
- this.lblLetterMarket.Size = new System.Drawing.Size(53, 12);
- this.lblLetterMarket.TabIndex = 1;
- this.lblLetterMarket.Text = "票头字母";
- //
- // lblAddress
- //
- this.lblAddress.AutoSize = true;
- this.lblAddress.BackColor = System.Drawing.Color.Transparent;
- this.lblAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAddress.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAddress.Location = new System.Drawing.Point(30, 45);
- this.lblAddress.Name = "lblAddress";
- this.lblAddress.Size = new System.Drawing.Size(29, 12);
- this.lblAddress.TabIndex = 6;
- this.lblAddress.Text = "地址";
- //
- // lblTelephone
- //
- this.lblTelephone.AutoSize = true;
- this.lblTelephone.BackColor = System.Drawing.Color.Transparent;
- this.lblTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTelephone.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblTelephone.Location = new System.Drawing.Point(340, 45);
- this.lblTelephone.Name = "lblTelephone";
- this.lblTelephone.Size = new System.Drawing.Size(53, 12);
- this.lblTelephone.TabIndex = 3;
- this.lblTelephone.Text = "联系电话";
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.toolStripSeparator1,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(935, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Enabled = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // F_MST_0101
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(935, 618);
- this.Controls.Add(this.splSplit);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.gbxCondition);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0101";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "新建";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmOrganization_FormClosed);
- this.Load += new System.EventHandler(this.FrmOrganization_Load);
- this.splSplit.Panel1.ResumeLayout(false);
- this.splSplit.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splSplit)).EndInit();
- this.splSplit.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TreeView tvwOrganization;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrganization;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblAddress;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblTelephone;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblLetterMarket;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox gbxCondition;
- private System.Windows.Forms.SplitContainer splSplit;
- private System.Windows.Forms.ImageList imglstNavigation;
- private Basics.BaseControls.C_ValidCheckedBoxList chkValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Leader;
- private System.Windows.Forms.DataGridViewTextBoxColumn LetterMarket;
- private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
- private System.Windows.Forms.DataGridViewTextBoxColumn Address;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
- private Basics.BaseControls.C_TXT_Tel txtTelephone;
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_Label lblUserName;
- private Basics.BaseControls.C_TXT_Code txtOrganizationCode;
- private Basics.BaseControls.C_TextBox txtOrganizationName;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_TextBox txtAddress;
- private Basics.BaseControls.C_TXT_Code txtLetterMarket;
- //private Controls.dkOrganizationSearchBox sbxOrganization;
- //private Basics.BaseControls.C_ValidCheckedBoxList c_ValidCheckedBoxList1;
- }
- }
|