jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
namespace HH.WMS.Client
{
    partial class InOrderFrom
    {
        /// <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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InOrderFrom));
            this.dgvlist = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.CN_S_OP_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_OWNER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_STOCK_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_OP_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_T_OP_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_T_EXPECT_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_T_LATEST_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_STATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_LOGISTICS_FLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_LOGISTICS_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_WAYBALL_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_VENDOR_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_VENDOR_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_BUYER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_N_PRIORITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_OP_FROM = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CN_S_FROM_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.txtOpNo = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btnsearch = new DevComponents.DotNetBar.ButtonX();
            ((System.ComponentModel.ISupportInitialize)(this.dgvlist)).BeginInit();
            this.SuspendLayout();
            // 
            // dgvlist
            // 
            this.dgvlist.AllowUserToAddRows = false;
            this.dgvlist.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)));
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvlist.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CN_S_OP_NO,
            this.CN_S_OWNER,
            this.CN_S_STOCK_CODE,
            this.CN_S_OP_TYPE,
            this.CN_T_OP_DATE,
            this.CN_T_EXPECT_DATE,
            this.CN_T_LATEST_DATE,
            this.CN_S_STATE,
            this.CN_S_LOGISTICS_FLAG,
            this.CN_S_LOGISTICS_NAME,
            this.CN_S_WAYBALL_NO,
            this.CN_S_VENDOR_NO,
            this.CN_S_VENDOR_NAME,
            this.CN_S_BUYER,
            this.CN_N_PRIORITY,
            this.CN_S_OP_FROM,
            this.CN_S_FROM_NO});
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvlist.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgvlist.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dgvlist.Location = new System.Drawing.Point(3, 42);
            this.dgvlist.Name = "dgvlist";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvlist.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.dgvlist.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
            this.dgvlist.RowTemplate.Height = 23;
            this.dgvlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvlist.Size = new System.Drawing.Size(1093, 321);
            this.dgvlist.TabIndex = 0;
            this.dgvlist.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvlist_RowStateChanged);
            this.dgvlist.DoubleClick += new System.EventHandler(this.dgvlist_DoubleClick);
            // 
            // CN_S_OP_NO
            // 
            this.CN_S_OP_NO.DataPropertyName = "CN_S_OP_NO";
            this.CN_S_OP_NO.HeaderText = "入库订单";
            this.CN_S_OP_NO.Name = "CN_S_OP_NO";
            this.CN_S_OP_NO.ReadOnly = true;
            // 
            // CN_S_OWNER
            // 
            this.CN_S_OWNER.DataPropertyName = "CN_S_OWNER";
            this.CN_S_OWNER.HeaderText = "货主";
            this.CN_S_OWNER.Name = "CN_S_OWNER";
            this.CN_S_OWNER.ReadOnly = true;
            // 
            // CN_S_STOCK_CODE
            // 
            this.CN_S_STOCK_CODE.DataPropertyName = "CN_S_STOCK_CODE";
            this.CN_S_STOCK_CODE.HeaderText = "仓库";
            this.CN_S_STOCK_CODE.Name = "CN_S_STOCK_CODE";
            this.CN_S_STOCK_CODE.ReadOnly = true;
            // 
            // CN_S_OP_TYPE
            // 
            this.CN_S_OP_TYPE.DataPropertyName = "CN_S_OP_TYPE";
            this.CN_S_OP_TYPE.HeaderText = "业务类型";
            this.CN_S_OP_TYPE.Name = "CN_S_OP_TYPE";
            this.CN_S_OP_TYPE.ReadOnly = true;
            // 
            // CN_T_OP_DATE
            // 
            this.CN_T_OP_DATE.DataPropertyName = "CN_T_OP_DATE";
            this.CN_T_OP_DATE.HeaderText = "业务日期";
            this.CN_T_OP_DATE.Name = "CN_T_OP_DATE";
            this.CN_T_OP_DATE.ReadOnly = true;
            // 
            // CN_T_EXPECT_DATE
            // 
            this.CN_T_EXPECT_DATE.DataPropertyName = "CN_T_EXPECT_DATE";
            this.CN_T_EXPECT_DATE.HeaderText = "预计到货时间";
            this.CN_T_EXPECT_DATE.Name = "CN_T_EXPECT_DATE";
            this.CN_T_EXPECT_DATE.ReadOnly = true;
            // 
            // CN_T_LATEST_DATE
            // 
            this.CN_T_LATEST_DATE.DataPropertyName = "CN_T_LATEST_DATE";
            this.CN_T_LATEST_DATE.HeaderText = "最迟到货时间";
            this.CN_T_LATEST_DATE.Name = "CN_T_LATEST_DATE";
            this.CN_T_LATEST_DATE.ReadOnly = true;
            // 
            // CN_S_STATE
            // 
            this.CN_S_STATE.DataPropertyName = "CN_S_STATE";
            this.CN_S_STATE.HeaderText = "状态";
            this.CN_S_STATE.Name = "CN_S_STATE";
            this.CN_S_STATE.ReadOnly = true;
            // 
            // CN_S_LOGISTICS_FLAG
            // 
            this.CN_S_LOGISTICS_FLAG.DataPropertyName = "CN_S_LOGISTICS_FLAG";
            this.CN_S_LOGISTICS_FLAG.HeaderText = "物流公司标识";
            this.CN_S_LOGISTICS_FLAG.Name = "CN_S_LOGISTICS_FLAG";
            this.CN_S_LOGISTICS_FLAG.ReadOnly = true;
            // 
            // CN_S_LOGISTICS_NAME
            // 
            this.CN_S_LOGISTICS_NAME.DataPropertyName = "CN_S_LOGISTICS_NAME";
            this.CN_S_LOGISTICS_NAME.HeaderText = "物流公司名称";
            this.CN_S_LOGISTICS_NAME.Name = "CN_S_LOGISTICS_NAME";
            this.CN_S_LOGISTICS_NAME.ReadOnly = true;
            // 
            // CN_S_WAYBALL_NO
            // 
            this.CN_S_WAYBALL_NO.DataPropertyName = "CN_S_WAYBALL_NO";
            this.CN_S_WAYBALL_NO.HeaderText = "运单号";
            this.CN_S_WAYBALL_NO.Name = "CN_S_WAYBALL_NO";
            this.CN_S_WAYBALL_NO.ReadOnly = true;
            // 
            // CN_S_VENDOR_NO
            // 
            this.CN_S_VENDOR_NO.DataPropertyName = "CN_S_VENDOR_NO";
            this.CN_S_VENDOR_NO.HeaderText = "供应商编码";
            this.CN_S_VENDOR_NO.Name = "CN_S_VENDOR_NO";
            this.CN_S_VENDOR_NO.ReadOnly = true;
            // 
            // CN_S_VENDOR_NAME
            // 
            this.CN_S_VENDOR_NAME.DataPropertyName = "CN_S_VENDOR_NAME";
            this.CN_S_VENDOR_NAME.HeaderText = "供应商名称";
            this.CN_S_VENDOR_NAME.Name = "CN_S_VENDOR_NAME";
            this.CN_S_VENDOR_NAME.ReadOnly = true;
            // 
            // CN_S_BUYER
            // 
            this.CN_S_BUYER.DataPropertyName = "CN_S_BUYER";
            this.CN_S_BUYER.HeaderText = "采购员";
            this.CN_S_BUYER.Name = "CN_S_BUYER";
            this.CN_S_BUYER.ReadOnly = true;
            // 
            // CN_N_PRIORITY
            // 
            this.CN_N_PRIORITY.DataPropertyName = "CN_N_PRIORITY";
            this.CN_N_PRIORITY.HeaderText = "优先级";
            this.CN_N_PRIORITY.Name = "CN_N_PRIORITY";
            this.CN_N_PRIORITY.ReadOnly = true;
            // 
            // CN_S_OP_FROM
            // 
            this.CN_S_OP_FROM.DataPropertyName = "CN_S_OP_FROM";
            this.CN_S_OP_FROM.HeaderText = "来源业务";
            this.CN_S_OP_FROM.Name = "CN_S_OP_FROM";
            this.CN_S_OP_FROM.ReadOnly = true;
            // 
            // CN_S_FROM_NO
            // 
            this.CN_S_FROM_NO.DataPropertyName = "CN_S_FROM_NO";
            this.CN_S_FROM_NO.HeaderText = "来源单号";
            this.CN_S_FROM_NO.Name = "CN_S_FROM_NO";
            this.CN_S_FROM_NO.ReadOnly = true;
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(29, 13);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(75, 23);
            this.labelX1.TabIndex = 1;
            this.labelX1.Text = "采购单:";
            // 
            // txtOpNo
            // 
            this.txtOpNo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtOpNo.Border.Class = "TextBoxBorder";
            this.txtOpNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtOpNo.DisabledBackColor = System.Drawing.Color.White;
            this.txtOpNo.ForeColor = System.Drawing.Color.Black;
            this.txtOpNo.Location = new System.Drawing.Point(90, 13);
            this.txtOpNo.Name = "txtOpNo";
            this.txtOpNo.PreventEnterBeep = true;
            this.txtOpNo.Size = new System.Drawing.Size(180, 21);
            this.txtOpNo.TabIndex = 2;
            // 
            // btnsearch
            // 
            this.btnsearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnsearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnsearch.Location = new System.Drawing.Point(778, 13);
            this.btnsearch.Name = "btnsearch";
            this.btnsearch.Size = new System.Drawing.Size(75, 23);
            this.btnsearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnsearch.TabIndex = 3;
            this.btnsearch.Text = "搜索";
            this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
            // 
            // InOrderFrom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1099, 365);
            this.Controls.Add(this.btnsearch);
            this.Controls.Add(this.txtOpNo);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.dgvlist);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "InOrderFrom";
            this.Text = "InOrderFrom";
            this.Load += new System.EventHandler(this.InOrderFrom_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvlist)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevComponents.DotNetBar.Controls.DataGridViewX dgvlist;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.Controls.TextBoxX txtOpNo;
        private DevComponents.DotNetBar.ButtonX btnsearch;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_NO;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OWNER;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STOCK_CODE;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_TYPE;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_OP_DATE;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_EXPECT_DATE;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_LATEST_DATE;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STATE;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_LOGISTICS_FLAG;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_LOGISTICS_NAME;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_WAYBALL_NO;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_VENDOR_NO;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_VENDOR_NAME;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_BUYER;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_N_PRIORITY;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_FROM;
        private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_FROM_NO;
    }
}