F_PM_3502.Designer.cs 26 KB

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