F_PM_3502.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3502
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3502));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  33. this.cmbCARPLATENAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  34. this.cmbRECEIVECODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  35. this.cmbWAREHOUSINGCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  36. this.txtOUTLABELCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.c_DateTimePicker1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtSENDOUTCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.dgvSendDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.MATERIALREMARK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.BANMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.BINDINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.FINISHEDLOADBATCHNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.gbxCondition.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // gbxCondition
  61. //
  62. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  65. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  66. this.gbxCondition.Controls.Add(this.cmbCARPLATENAME);
  67. this.gbxCondition.Controls.Add(this.cmbRECEIVECODE);
  68. this.gbxCondition.Controls.Add(this.cmbWAREHOUSINGCODE);
  69. this.gbxCondition.Controls.Add(this.txtOUTLABELCODE);
  70. this.gbxCondition.Controls.Add(this.c_Label8);
  71. this.gbxCondition.Controls.Add(this.c_Label6);
  72. this.gbxCondition.Controls.Add(this.c_DateTimePicker1);
  73. this.gbxCondition.Controls.Add(this.c_Label4);
  74. this.gbxCondition.Controls.Add(this.c_Label3);
  75. this.gbxCondition.Controls.Add(this.c_Label2);
  76. this.gbxCondition.Controls.Add(this.c_Label7);
  77. this.gbxCondition.Controls.Add(this.txtSENDOUTCODE);
  78. this.gbxCondition.Controls.Add(this.c_Label1);
  79. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  80. this.gbxCondition.Controls.Add(this.c_Label5);
  81. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  83. this.gbxCondition.IsMustInput = false;
  84. this.gbxCondition.Location = new System.Drawing.Point(0, 4);
  85. this.gbxCondition.Name = "gbxCondition";
  86. this.gbxCondition.OriginalHeight = -1;
  87. this.gbxCondition.Size = new System.Drawing.Size(982, 87);
  88. this.gbxCondition.TabIndex = 1;
  89. this.gbxCondition.TabStop = false;
  90. this.gbxCondition.Text = "发货单 ▼";
  91. //
  92. // cmbCARPLATENAME
  93. //
  94. this.cmbCARPLATENAME.BackColor = System.Drawing.SystemColors.Window;
  95. this.cmbCARPLATENAME.BackgroundColor = System.Drawing.SystemColors.Window;
  96. this.cmbCARPLATENAME.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  97. this.cmbCARPLATENAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.cmbCARPLATENAME.FormattingEnabled = true;
  99. this.cmbCARPLATENAME.Location = new System.Drawing.Point(81, 61);
  100. this.cmbCARPLATENAME.Name = "cmbCARPLATENAME";
  101. this.cmbCARPLATENAME.Size = new System.Drawing.Size(121, 20);
  102. this.cmbCARPLATENAME.TabIndex = 29;
  103. //
  104. // cmbRECEIVECODE
  105. //
  106. this.cmbRECEIVECODE.BackColor = System.Drawing.SystemColors.Window;
  107. this.cmbRECEIVECODE.BackgroundColor = System.Drawing.SystemColors.Window;
  108. this.cmbRECEIVECODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  109. this.cmbRECEIVECODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.cmbRECEIVECODE.FormattingEnabled = true;
  111. this.cmbRECEIVECODE.Location = new System.Drawing.Point(682, 26);
  112. this.cmbRECEIVECODE.Name = "cmbRECEIVECODE";
  113. this.cmbRECEIVECODE.Size = new System.Drawing.Size(121, 20);
  114. this.cmbRECEIVECODE.TabIndex = 28;
  115. //
  116. // cmbWAREHOUSINGCODE
  117. //
  118. this.cmbWAREHOUSINGCODE.BackColor = System.Drawing.SystemColors.Window;
  119. this.cmbWAREHOUSINGCODE.BackgroundColor = System.Drawing.SystemColors.Window;
  120. this.cmbWAREHOUSINGCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  121. this.cmbWAREHOUSINGCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.cmbWAREHOUSINGCODE.FormattingEnabled = true;
  123. this.cmbWAREHOUSINGCODE.Location = new System.Drawing.Point(478, 25);
  124. this.cmbWAREHOUSINGCODE.Name = "cmbWAREHOUSINGCODE";
  125. this.cmbWAREHOUSINGCODE.Size = new System.Drawing.Size(121, 20);
  126. this.cmbWAREHOUSINGCODE.TabIndex = 27;
  127. this.cmbWAREHOUSINGCODE.SelectedIndexChanged += new System.EventHandler(this.cmbWAREHOUSINGCODE_SelectedIndexChanged);
  128. //
  129. // txtOUTLABELCODE
  130. //
  131. this.txtOUTLABELCODE.BackColor = System.Drawing.SystemColors.Window;
  132. this.txtOUTLABELCODE.BackgroundColor = System.Drawing.SystemColors.Window;
  133. this.txtOUTLABELCODE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  134. this.txtOUTLABELCODE.ErrorMessage = "";
  135. this.txtOUTLABELCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.txtOUTLABELCODE.Location = new System.Drawing.Point(278, 25);
  137. this.txtOUTLABELCODE.MaxLength = 50;
  138. this.txtOUTLABELCODE.Name = "txtOUTLABELCODE";
  139. this.txtOUTLABELCODE.Size = new System.Drawing.Size(119, 21);
  140. this.txtOUTLABELCODE.TabIndex = 25;
  141. this.txtOUTLABELCODE.TextValue = "";
  142. this.txtOUTLABELCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtOUTLABELCODE_KeyDown);
  143. //
  144. // c_Label8
  145. //
  146. this.c_Label8.AutoSize = true;
  147. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  148. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.c_Label8.ForeColor = System.Drawing.SystemColors.ControlText;
  150. this.c_Label8.Location = new System.Drawing.Point(219, 28);
  151. this.c_Label8.Name = "c_Label8";
  152. this.c_Label8.Size = new System.Drawing.Size(41, 12);
  153. this.c_Label8.TabIndex = 26;
  154. this.c_Label8.Text = "外箱码";
  155. //
  156. // c_Label6
  157. //
  158. this.c_Label6.AutoSize = true;
  159. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  160. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.c_Label6.Location = new System.Drawing.Point(419, 64);
  162. this.c_Label6.Name = "c_Label6";
  163. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  164. this.c_Label6.TabIndex = 24;
  165. this.c_Label6.Text = "送货日期";
  166. //
  167. // c_DateTimePicker1
  168. //
  169. this.c_DateTimePicker1.CustomFormat = "yyyy-MM-dd";
  170. this.c_DateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.c_DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  172. this.c_DateTimePicker1.Location = new System.Drawing.Point(478, 60);
  173. this.c_DateTimePicker1.Name = "c_DateTimePicker1";
  174. this.c_DateTimePicker1.Size = new System.Drawing.Size(121, 21);
  175. this.c_DateTimePicker1.TabIndex = 23;
  176. //
  177. // c_Label4
  178. //
  179. this.c_Label4.AutoSize = true;
  180. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  181. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.c_Label4.Location = new System.Drawing.Point(219, 66);
  183. this.c_Label4.Name = "c_Label4";
  184. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  185. this.c_Label4.TabIndex = 22;
  186. this.c_Label4.Text = "记账日期";
  187. //
  188. // c_Label3
  189. //
  190. this.c_Label3.AutoSize = true;
  191. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  192. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.c_Label3.Location = new System.Drawing.Point(22, 66);
  194. this.c_Label3.Name = "c_Label3";
  195. this.c_Label3.Size = new System.Drawing.Size(41, 12);
  196. this.c_Label3.TabIndex = 21;
  197. this.c_Label3.Text = "车牌号";
  198. //
  199. // c_Label2
  200. //
  201. this.c_Label2.AutoSize = true;
  202. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  203. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.c_Label2.Location = new System.Drawing.Point(623, 29);
  205. this.c_Label2.Name = "c_Label2";
  206. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  207. this.c_Label2.TabIndex = 19;
  208. this.c_Label2.Text = "接收仓库";
  209. //
  210. // c_Label7
  211. //
  212. this.c_Label7.AutoSize = true;
  213. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  214. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.c_Label7.Location = new System.Drawing.Point(419, 28);
  216. this.c_Label7.Name = "c_Label7";
  217. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  218. this.c_Label7.TabIndex = 17;
  219. this.c_Label7.Text = "发出仓库";
  220. //
  221. // txtSENDOUTCODE
  222. //
  223. this.txtSENDOUTCODE.BackColor = System.Drawing.SystemColors.Window;
  224. this.txtSENDOUTCODE.BackgroundColor = System.Drawing.SystemColors.Window;
  225. this.txtSENDOUTCODE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  226. this.txtSENDOUTCODE.ErrorMessage = "";
  227. this.txtSENDOUTCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtSENDOUTCODE.Location = new System.Drawing.Point(81, 25);
  229. this.txtSENDOUTCODE.MaxLength = 20;
  230. this.txtSENDOUTCODE.Name = "txtSENDOUTCODE";
  231. this.txtSENDOUTCODE.Size = new System.Drawing.Size(119, 21);
  232. this.txtSENDOUTCODE.TabIndex = 1;
  233. this.txtSENDOUTCODE.TextValue = "";
  234. //
  235. // c_Label1
  236. //
  237. this.c_Label1.AutoSize = true;
  238. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  239. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  241. this.c_Label1.Location = new System.Drawing.Point(22, 28);
  242. this.c_Label1.Name = "c_Label1";
  243. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  244. this.c_Label1.TabIndex = 14;
  245. this.c_Label1.Text = "发货单号";
  246. //
  247. // dtpAccountDateStart
  248. //
  249. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
  250. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  252. this.dtpAccountDateStart.Location = new System.Drawing.Point(278, 60);
  253. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  254. this.dtpAccountDateStart.Size = new System.Drawing.Size(119, 21);
  255. this.dtpAccountDateStart.TabIndex = 3;
  256. //
  257. // c_Label5
  258. //
  259. this.c_Label5.AutoSize = true;
  260. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  261. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  263. this.c_Label5.Location = new System.Drawing.Point(815, 66);
  264. this.c_Label5.Name = "c_Label5";
  265. this.c_Label5.Size = new System.Drawing.Size(0, 12);
  266. this.c_Label5.TabIndex = 4;
  267. //
  268. // btnSave
  269. //
  270. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  271. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  272. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  273. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.btnSave.ForeColor = System.Drawing.Color.White;
  275. this.btnSave.Location = new System.Drawing.Point(897, 540);
  276. this.btnSave.Name = "btnSave";
  277. this.btnSave.Size = new System.Drawing.Size(85, 30);
  278. this.btnSave.TabIndex = 11;
  279. this.btnSave.Text = "保存(&S)";
  280. this.btnSave.UseVisualStyleBackColor = true;
  281. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  282. //
  283. // dgvSendDetail
  284. //
  285. this.dgvSendDetail.AllowUserToAddRows = false;
  286. this.dgvSendDetail.AllowUserToModifyRows = true;
  287. this.dgvSendDetail.AllowUserToOrderColumns = true;
  288. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  289. this.dgvSendDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  290. this.dgvSendDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  291. | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.dgvSendDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  294. this.dgvSendDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  295. this.dgvSendDetail.CellHeight = 23;
  296. this.dgvSendDetail.ChildNodeColumnName = null;
  297. this.dgvSendDetail.ChildNodeColumnText = null;
  298. this.dgvSendDetail.ColumnDeep = 1;
  299. this.dgvSendDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  300. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  301. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  302. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  304. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  305. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  306. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  307. this.dgvSendDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  308. this.dgvSendDetail.ColumnHeadersHeight = 30;
  309. this.dgvSendDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  310. this.dgvSendDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  311. this.GOODSCODE,
  312. this.MATERIALCODE,
  313. this.MATERIALREMARK,
  314. this.BANMA,
  315. this.BINDINGCOUNT,
  316. this.FINISHEDLOADBATCHNO});
  317. this.dgvSendDetail.ColumnTreeView = null;
  318. this.dgvSendDetail.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)));
  319. this.dgvSendDetail.DynamicColumnName = "";
  320. this.dgvSendDetail.EnableHeadersVisualStyles = false;
  321. this.dgvSendDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.dgvSendDetail.FormatQuantityColumns = null;
  323. this.dgvSendDetail.HasNode = false;
  324. this.dgvSendDetail.HorizontalMergeColumn = null;
  325. this.dgvSendDetail.IsAutoCountSum = true;
  326. this.dgvSendDetail.IsAutoResizeColumns = false;
  327. this.dgvSendDetail.IsClickF12 = false;
  328. this.dgvSendDetail.IsOpenMergeCellFlag = false;
  329. this.dgvSendDetail.IsSubTotalFlag = false;
  330. this.dgvSendDetail.IsTopDeep = false;
  331. this.dgvSendDetail.Location = new System.Drawing.Point(0, 97);
  332. this.dgvSendDetail.MergeColumnNames = null;
  333. this.dgvSendDetail.MergeDetailColumnNames = null;
  334. this.dgvSendDetail.MergeDetailOnlyColumn = null;
  335. this.dgvSendDetail.MergeOnlyColumn = null;
  336. this.dgvSendDetail.MultiSelect = false;
  337. this.dgvSendDetail.Name = "dgvSendDetail";
  338. this.dgvSendDetail.ReadOnly = true;
  339. this.dgvSendDetail.RefreshAtHscroll = false;
  340. this.dgvSendDetail.RowHeadersWidth = 50;
  341. this.dgvSendDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  342. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  343. this.dgvSendDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
  344. this.dgvSendDetail.RowTemplate.Height = 21;
  345. this.dgvSendDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  346. this.dgvSendDetail.Size = new System.Drawing.Size(982, 437);
  347. this.dgvSendDetail.SortOrderColumnName = null;
  348. this.dgvSendDetail.TabIndex = 38;
  349. this.dgvSendDetail.Tag = true;
  350. this.dgvSendDetail.TotalSumColumns = null;
  351. this.dgvSendDetail.ViewRowFilter = "";
  352. this.dgvSendDetail.VirtualNodes = false;
  353. //
  354. // GOODSCODE
  355. //
  356. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  357. this.GOODSCODE.HeaderText = "产品型号";
  358. this.GOODSCODE.MinimumWidth = 8;
  359. this.GOODSCODE.Name = "GOODSCODE";
  360. this.GOODSCODE.ReadOnly = true;
  361. this.GOODSCODE.Width = 150;
  362. //
  363. // MATERIALCODE
  364. //
  365. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  366. this.MATERIALCODE.HeaderText = "物料编码";
  367. this.MATERIALCODE.MinimumWidth = 8;
  368. this.MATERIALCODE.Name = "MATERIALCODE";
  369. this.MATERIALCODE.ReadOnly = true;
  370. this.MATERIALCODE.Width = 150;
  371. //
  372. // MATERIALREMARK
  373. //
  374. this.MATERIALREMARK.DataPropertyName = "MATERIALREMARK";
  375. this.MATERIALREMARK.HeaderText = "物料名称";
  376. this.MATERIALREMARK.MinimumWidth = 8;
  377. this.MATERIALREMARK.Name = "MATERIALREMARK";
  378. this.MATERIALREMARK.ReadOnly = true;
  379. this.MATERIALREMARK.Width = 150;
  380. //
  381. // BANMA
  382. //
  383. this.BANMA.DataPropertyName = "BANMA";
  384. this.BANMA.HeaderText = "板码";
  385. this.BANMA.MinimumWidth = 8;
  386. this.BANMA.Name = "BANMA";
  387. this.BANMA.ReadOnly = true;
  388. this.BANMA.Width = 150;
  389. //
  390. // BINDINGCOUNT
  391. //
  392. this.BINDINGCOUNT.DataPropertyName = "BINDINGCOUNT";
  393. this.BINDINGCOUNT.HeaderText = "绑板数量";
  394. this.BINDINGCOUNT.MinimumWidth = 8;
  395. this.BINDINGCOUNT.Name = "BINDINGCOUNT";
  396. this.BINDINGCOUNT.ReadOnly = true;
  397. this.BINDINGCOUNT.Width = 150;
  398. //
  399. // FINISHEDLOADBATCHNO
  400. //
  401. this.FINISHEDLOADBATCHNO.DataPropertyName = "FINISHEDLOADBATCHNO";
  402. this.FINISHEDLOADBATCHNO.HeaderText = "FINISHEDLOADBATCHNO";
  403. this.FINISHEDLOADBATCHNO.Name = "FINISHEDLOADBATCHNO";
  404. this.FINISHEDLOADBATCHNO.ReadOnly = true;
  405. this.FINISHEDLOADBATCHNO.Visible = false;
  406. //
  407. // F_PM_3502
  408. //
  409. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  410. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  411. this.ClientSize = new System.Drawing.Size(985, 571);
  412. this.Controls.Add(this.dgvSendDetail);
  413. this.Controls.Add(this.btnSave);
  414. this.Controls.Add(this.gbxCondition);
  415. this.Margin = new System.Windows.Forms.Padding(4);
  416. this.Name = "F_PM_3502";
  417. this.RightToLeftLayout = true;
  418. this.Text = "发货单编辑";
  419. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3502_FormClosed);
  420. this.Load += new System.EventHandler(this.F_PM_3502_Load);
  421. this.gbxCondition.ResumeLayout(false);
  422. this.gbxCondition.PerformLayout();
  423. ((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).EndInit();
  424. this.ResumeLayout(false);
  425. }
  426. #endregion
  427. private Basics.BaseControls.C_GroupBox gbxCondition;
  428. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  429. private Basics.BaseControls.C_Label c_Label1;
  430. private Basics.BaseControls.C_TextBox txtSENDOUTCODE;
  431. private Basics.BaseControls.C_Label c_Label5;
  432. private Basics.BaseControls.C_Label c_Label7;
  433. private Basics.BaseControls.C_Label c_Label6;
  434. private Basics.BaseControls.C_DateTimePicker c_DateTimePicker1;
  435. private Basics.BaseControls.C_Label c_Label4;
  436. private Basics.BaseControls.C_Label c_Label3;
  437. private Basics.BaseControls.C_Label c_Label2;
  438. private Basics.BaseControls.C_Button btnSave;
  439. private Basics.BaseControls.C_TextBox txtOUTLABELCODE;
  440. private Basics.BaseControls.C_Label c_Label8;
  441. private Basics.BaseControls.C_DataGridView dgvSendDetail;
  442. private Basics.BaseControls.C_ComboBox cmbWAREHOUSINGCODE;
  443. private Basics.BaseControls.C_ComboBox cmbRECEIVECODE;
  444. private Basics.BaseControls.C_ComboBox cmbCARPLATENAME;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALREMARK;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn BANMA;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn BINDINGCOUNT;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn FINISHEDLOADBATCHNO;
  451. }
  452. }