| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2301
- {
- /// <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 dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2301));
- this.dgvOrder = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrderDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrderID = 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.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpOrderDateTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblRemarks = 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.tsbtnValueFlag = 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.dgvOrder)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvOrder
- //
- this.dgvOrder.AllowUserToAddRows = false;
- this.dgvOrder.AllowUserToDeleteRows = false;
- this.dgvOrder.AllowUserToModifyRows = true;
- this.dgvOrder.AllowUserToOrderColumns = true;
- this.dgvOrder.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.dgvOrder.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvOrder.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.dgvOrder.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvOrder.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvOrder.CellHeight = 23;
- this.dgvOrder.ChildNodeColumnName = null;
- this.dgvOrder.ChildNodeColumnText = null;
- this.dgvOrder.ColumnDeep = 1;
- this.dgvOrder.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.dgvOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.OrderNo,
- this.OrderDate,
- this.ValueFlag,
- this.Remarks,
- this.OrderID});
- this.dgvOrder.ColumnTreeView = null;
- this.dgvOrder.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.dgvOrder.DynamicColumnName = "";
- this.dgvOrder.EnableHeadersVisualStyles = false;
- this.dgvOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvOrder.HorizontalMergeColumn = null;
- this.dgvOrder.IsAutoCountSum = true;
- this.dgvOrder.IsAutoResizeColumns = false;
- this.dgvOrder.IsClickF12 = false;
- this.dgvOrder.IsOpenMergeCellFlag = false;
- this.dgvOrder.IsSubTotalFlag = false;
- this.dgvOrder.IsTopDeep = false;
- this.dgvOrder.Location = new System.Drawing.Point(0, 113);
- this.dgvOrder.MergeColumnNames = null;
- this.dgvOrder.MergeDetailColumnNames = null;
- this.dgvOrder.MergeDetailOnlyColumn = null;
- this.dgvOrder.MergeOnlyColumn = null;
- this.dgvOrder.MultiSelect = false;
- this.dgvOrder.Name = "dgvOrder";
- this.dgvOrder.ReadOnly = true;
- this.dgvOrder.RefreshAtHscroll = false;
- this.dgvOrder.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvOrder.RowHeadersWidth = 50;
- this.dgvOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvOrder.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvOrder.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
- this.dgvOrder.RowTemplate.Height = 21;
- this.dgvOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOrder.Size = new System.Drawing.Size(836, 357);
- this.dgvOrder.SortOrderColumnName = null;
- this.dgvOrder.TabIndex = 2;
- this.dgvOrder.Tag = true;
- this.dgvOrder.TotalSumColumns = null;
- this.dgvOrder.ViewRowFilter = "";
- this.dgvOrder.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
- this.dgvOrder.SelectionChanged += new System.EventHandler(this.dgvOrder_SelectionChanged);
- //
- // OrderNo
- //
- this.OrderNo.DataPropertyName = "OrderNo";
- this.OrderNo.HeaderText = "订单号";
- this.OrderNo.Name = "OrderNo";
- this.OrderNo.ReadOnly = true;
- //
- // OrderDate
- //
- this.OrderDate.DataPropertyName = "OrderDate";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- this.OrderDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.OrderDate.HeaderText = "订单日期";
- this.OrderDate.Name = "OrderDate";
- this.OrderDate.ReadOnly = true;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle4.NullValue = false;
- this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle4;
- 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;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 200;
- //
- // OrderID
- //
- this.OrderID.DataPropertyName = "OrderID";
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OrderID.DefaultCellStyle = dataGridViewCellStyle5;
- this.OrderID.HeaderText = "OrderID";
- this.OrderID.Name = "OrderID";
- this.OrderID.ReadOnly = true;
- this.OrderID.Visible = false;
- //
- // imglstNavigation
- //
- this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
- this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
- //
- // 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.chkDateTime);
- this.gbxCondition.Controls.Add(this.txtOrderNo);
- this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpOrderDateTo);
- this.gbxCondition.Controls.Add(this.dtpOrderDateFrom);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.chkValueFlag);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblOrderNo);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- 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(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(836, 69);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // chkDateTime
- //
- this.chkDateTime.AutoSize = true;
- this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDateTime.Location = new System.Drawing.Point(178, 17);
- this.chkDateTime.Name = "chkDateTime";
- this.chkDateTime.Size = new System.Drawing.Size(72, 16);
- this.chkDateTime.TabIndex = 11;
- this.chkDateTime.Text = "订单日期";
- this.chkDateTime.UseVisualStyleBackColor = true;
- this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
- //
- // txtOrderNo
- //
- this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOrderNo.Location = new System.Drawing.Point(65, 14);
- this.txtOrderNo.MaxLength = 100;
- this.txtOrderNo.Name = "txtOrderNo";
- this.txtOrderNo.Size = new System.Drawing.Size(107, 21);
- this.txtOrderNo.TabIndex = 1;
- //
- // lblAccountDateEnd
- //
- this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
- this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAccountDateEnd.Location = new System.Drawing.Point(366, 18);
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
- this.lblAccountDateEnd.Size = new System.Drawing.Size(36, 13);
- this.lblAccountDateEnd.TabIndex = 4;
- this.lblAccountDateEnd.Text = " 至 ";
- //
- // dtpOrderDateTo
- //
- this.dtpOrderDateTo.CustomFormat = "yyyy-MM-dd";
- this.dtpOrderDateTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpOrderDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpOrderDateTo.Location = new System.Drawing.Point(400, 14);
- this.dtpOrderDateTo.Name = "dtpOrderDateTo";
- this.dtpOrderDateTo.Size = new System.Drawing.Size(120, 21);
- this.dtpOrderDateTo.TabIndex = 5;
- this.dtpOrderDateTo.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
- //
- // dtpOrderDateFrom
- //
- this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
- this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpOrderDateFrom.Location = new System.Drawing.Point(249, 14);
- this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
- this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21);
- this.dtpOrderDateFrom.TabIndex = 3;
- this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
- //
- // 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(643, 32);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 9;
- 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(734, 32);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 10;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // 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(524, 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, 48);
- this.chkValueFlag.TabIndex = 8;
- this.chkValueFlag.Title = "有效标识";
- this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
- this.chkValueFlag.ValueMember = "ValidFlagID";
- //
- // 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(65, 41);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(455, 21);
- this.txtRemarks.TabIndex = 7;
- this.txtRemarks.TextValue = "";
- //
- // lblOrderNo
- //
- this.lblOrderNo.AutoSize = true;
- this.lblOrderNo.BackColor = System.Drawing.Color.Transparent;
- this.lblOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrderNo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOrderNo.Location = new System.Drawing.Point(18, 19);
- this.lblOrderNo.Name = "lblOrderNo";
- this.lblOrderNo.Size = new System.Drawing.Size(41, 12);
- this.lblOrderNo.TabIndex = 0;
- this.lblOrderNo.Text = "订单号";
- //
- // 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(30, 45);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 6;
- this.lblRemarks.Text = "备注";
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- 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.tsbtnValueFlag,
- 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(848, 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);
- //
- // tsbtnValueFlag
- //
- this.tsbtnValueFlag.AutoSize = false;
- this.tsbtnValueFlag.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnValueFlag.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnValueFlag.Image")));
- this.tsbtnValueFlag.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnValueFlag.Name = "tsbtnValueFlag";
- this.tsbtnValueFlag.Size = new System.Drawing.Size(60, 25);
- this.tsbtnValueFlag.Text = "停用(&S)";
- this.tsbtnValueFlag.Click += new System.EventHandler(this.tsbtnValueFlag_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_PM_2301
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(848, 470);
- this.Controls.Add(this.dgvOrder);
- 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_PM_2301";
- 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);
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrder;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
- 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.ImageList imglstNavigation;
- private Basics.BaseControls.C_Label lblOrderNo;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_ValidCheckedBoxList chkValueFlag;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Label lblAccountDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpOrderDateTo;
- private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
- private System.Windows.Forms.ToolStripButton tsbtnValueFlag;
- private Basics.BaseControls.C_TextBox txtOrderNo;
- private Basics.BaseControls.C_CheckBox chkDateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrderDate;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrderID;
- }
- }
|