F_PM_3501.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3501
  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_3501));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.btnSendEdit = new System.Windows.Forms.ToolStripButton();
  37. this.btnSendBack = new System.Windows.Forms.ToolStripButton();
  38. this.btnSendPush = new System.Windows.Forms.ToolStripButton();
  39. this.btnSendDelete = new System.Windows.Forms.ToolStripButton();
  40. this.btnSendDetailDelete = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  43. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  44. this.cmbSYNCSTATUS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  45. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.dtpDELIVERDATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.cmbNUMBERPLATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  50. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.cmbRECEIVECODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  52. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.cmbWAREHOUSINGCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  54. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.txtSendOutCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.dtpACCOUNTDATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  58. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.dgvSendDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  62. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dgvSend = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  68. this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. this.SENDOUTGOODSLOGID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.SENDOUTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.USERID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.WAREHOUSINGCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.WAREHOUSINGNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.RECEIVECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.RECEIVENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.CARPLATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ACCOUNTDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.DELIVERDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.SYNCSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.ISREVOKE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  83. this.ISAMENDS = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  84. this.tsrOperate.SuspendLayout();
  85. this.gbxCondition.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvSend)).BeginInit();
  88. this.SuspendLayout();
  89. //
  90. // tsrOperate
  91. //
  92. this.tsrOperate.AutoSize = false;
  93. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  94. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96. this.btnSendEdit,
  97. this.btnSendBack,
  98. this.btnSendPush,
  99. this.btnSendDelete,
  100. this.btnSendDetailDelete,
  101. this.tsbtnAdaptive,
  102. this.tsbtnClose});
  103. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  104. this.tsrOperate.Name = "tsrOperate";
  105. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  106. this.tsrOperate.ShowItemToolTips = false;
  107. this.tsrOperate.Size = new System.Drawing.Size(1151, 35);
  108. this.tsrOperate.TabIndex = 0;
  109. this.tsrOperate.Text = "toolStrip1";
  110. //
  111. // btnSendEdit
  112. //
  113. this.btnSendEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  114. this.btnSendEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnSendEdit.Image")));
  115. this.btnSendEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.btnSendEdit.Name = "btnSendEdit";
  117. this.btnSendEdit.Size = new System.Drawing.Size(99, 32);
  118. this.btnSendEdit.Text = "发货单编辑(&E)";
  119. this.btnSendEdit.Click += new System.EventHandler(this.btnSendEdit_Click);
  120. //
  121. // btnSendBack
  122. //
  123. this.btnSendBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  124. this.btnSendBack.Image = ((System.Drawing.Image)(resources.GetObject("btnSendBack.Image")));
  125. this.btnSendBack.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.btnSendBack.Name = "btnSendBack";
  127. this.btnSendBack.Size = new System.Drawing.Size(99, 32);
  128. this.btnSendBack.Text = "发货单撤销(&B)";
  129. this.btnSendBack.Click += new System.EventHandler(this.btnSendBack_Click);
  130. //
  131. // btnSendPush
  132. //
  133. this.btnSendPush.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  134. this.btnSendPush.Image = ((System.Drawing.Image)(resources.GetObject("btnSendPush.Image")));
  135. this.btnSendPush.ImageTransparentColor = System.Drawing.Color.Magenta;
  136. this.btnSendPush.Name = "btnSendPush";
  137. this.btnSendPush.Size = new System.Drawing.Size(99, 32);
  138. this.btnSendPush.Text = "发货单补推(&T)";
  139. this.btnSendPush.Click += new System.EventHandler(this.btnSendPush_Click);
  140. //
  141. // btnSendDelete
  142. //
  143. this.btnSendDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  144. this.btnSendDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnSendDelete.Image")));
  145. this.btnSendDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  146. this.btnSendDelete.Name = "btnSendDelete";
  147. this.btnSendDelete.Size = new System.Drawing.Size(123, 32);
  148. this.btnSendDelete.Text = "发货单总表删除(&D)";
  149. this.btnSendDelete.Click += new System.EventHandler(this.btnSendDelete_Click);
  150. //
  151. // btnSendDetailDelete
  152. //
  153. this.btnSendDetailDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  154. this.btnSendDetailDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnSendDetailDelete.Image")));
  155. this.btnSendDetailDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  156. this.btnSendDetailDelete.Name = "btnSendDetailDelete";
  157. this.btnSendDetailDelete.Size = new System.Drawing.Size(123, 32);
  158. this.btnSendDetailDelete.Text = "发货单明细删除(&F)";
  159. this.btnSendDetailDelete.Click += new System.EventHandler(this.btnSendDetailDelete_Click);
  160. //
  161. // tsbtnAdaptive
  162. //
  163. this.tsbtnAdaptive.AutoSize = false;
  164. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  166. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  168. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  169. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  170. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  171. //
  172. // tsbtnClose
  173. //
  174. this.tsbtnClose.AutoSize = false;
  175. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  177. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.tsbtnClose.Name = "tsbtnClose";
  179. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  180. this.tsbtnClose.Text = "关闭(&X)";
  181. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  182. //
  183. // gbxCondition
  184. //
  185. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  186. | System.Windows.Forms.AnchorStyles.Right)));
  187. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  188. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  189. this.gbxCondition.Controls.Add(this.cmbSYNCSTATUS);
  190. this.gbxCondition.Controls.Add(this.c_Label8);
  191. this.gbxCondition.Controls.Add(this.c_Label6);
  192. this.gbxCondition.Controls.Add(this.dtpDELIVERDATE);
  193. this.gbxCondition.Controls.Add(this.c_Label4);
  194. this.gbxCondition.Controls.Add(this.cmbNUMBERPLATE);
  195. this.gbxCondition.Controls.Add(this.c_Label3);
  196. this.gbxCondition.Controls.Add(this.cmbRECEIVECODE);
  197. this.gbxCondition.Controls.Add(this.c_Label2);
  198. this.gbxCondition.Controls.Add(this.cmbWAREHOUSINGCODE);
  199. this.gbxCondition.Controls.Add(this.c_Label7);
  200. this.gbxCondition.Controls.Add(this.txtSendOutCode);
  201. this.gbxCondition.Controls.Add(this.c_Label1);
  202. this.gbxCondition.Controls.Add(this.dtpACCOUNTDATE);
  203. this.gbxCondition.Controls.Add(this.c_Label5);
  204. this.gbxCondition.Controls.Add(this.btnClearCondition);
  205. this.gbxCondition.Controls.Add(this.btnSearch);
  206. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.gbxCondition.IsMustInput = false;
  209. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  210. this.gbxCondition.Name = "gbxCondition";
  211. this.gbxCondition.OriginalHeight = -1;
  212. this.gbxCondition.Size = new System.Drawing.Size(1151, 80);
  213. this.gbxCondition.TabIndex = 1;
  214. this.gbxCondition.TabStop = false;
  215. this.gbxCondition.Text = "查询条件 ▼";
  216. //
  217. // cmbSYNCSTATUS
  218. //
  219. this.cmbSYNCSTATUS.BackColor = System.Drawing.SystemColors.Window;
  220. this.cmbSYNCSTATUS.BackgroundColor = System.Drawing.SystemColors.Window;
  221. this.cmbSYNCSTATUS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  222. this.cmbSYNCSTATUS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.cmbSYNCSTATUS.FormattingEnabled = true;
  224. this.cmbSYNCSTATUS.Location = new System.Drawing.Point(472, 54);
  225. this.cmbSYNCSTATUS.Name = "cmbSYNCSTATUS";
  226. this.cmbSYNCSTATUS.Size = new System.Drawing.Size(121, 20);
  227. this.cmbSYNCSTATUS.TabIndex = 25;
  228. //
  229. // c_Label8
  230. //
  231. this.c_Label8.AutoSize = true;
  232. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  233. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.c_Label8.Location = new System.Drawing.Point(409, 57);
  235. this.c_Label8.Name = "c_Label8";
  236. this.c_Label8.Size = new System.Drawing.Size(53, 12);
  237. this.c_Label8.TabIndex = 26;
  238. this.c_Label8.Text = "同步状态";
  239. //
  240. // c_Label6
  241. //
  242. this.c_Label6.AutoSize = true;
  243. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  244. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.c_Label6.Location = new System.Drawing.Point(219, 54);
  246. this.c_Label6.Name = "c_Label6";
  247. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  248. this.c_Label6.TabIndex = 24;
  249. this.c_Label6.Text = "送货日期";
  250. //
  251. // dtpDELIVERDATE
  252. //
  253. this.dtpDELIVERDATE.CustomFormat = "yyyy-MM-dd";
  254. this.dtpDELIVERDATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.dtpDELIVERDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  256. this.dtpDELIVERDATE.Location = new System.Drawing.Point(282, 51);
  257. this.dtpDELIVERDATE.Name = "dtpDELIVERDATE";
  258. this.dtpDELIVERDATE.Size = new System.Drawing.Size(121, 21);
  259. this.dtpDELIVERDATE.TabIndex = 23;
  260. //
  261. // c_Label4
  262. //
  263. this.c_Label4.AutoSize = true;
  264. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  265. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.c_Label4.Location = new System.Drawing.Point(22, 54);
  267. this.c_Label4.Name = "c_Label4";
  268. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  269. this.c_Label4.TabIndex = 22;
  270. this.c_Label4.Text = "记账日期";
  271. //
  272. // cmbNUMBERPLATE
  273. //
  274. this.cmbNUMBERPLATE.BackColor = System.Drawing.SystemColors.Window;
  275. this.cmbNUMBERPLATE.BackgroundColor = System.Drawing.SystemColors.Window;
  276. this.cmbNUMBERPLATE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  277. this.cmbNUMBERPLATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.cmbNUMBERPLATE.FormattingEnabled = true;
  279. this.cmbNUMBERPLATE.Location = new System.Drawing.Point(646, 21);
  280. this.cmbNUMBERPLATE.Name = "cmbNUMBERPLATE";
  281. this.cmbNUMBERPLATE.Size = new System.Drawing.Size(121, 20);
  282. this.cmbNUMBERPLATE.TabIndex = 20;
  283. //
  284. // c_Label3
  285. //
  286. this.c_Label3.AutoSize = true;
  287. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  288. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.c_Label3.Location = new System.Drawing.Point(599, 24);
  290. this.c_Label3.Name = "c_Label3";
  291. this.c_Label3.Size = new System.Drawing.Size(41, 12);
  292. this.c_Label3.TabIndex = 21;
  293. this.c_Label3.Text = "车牌号";
  294. //
  295. // cmbRECEIVECODE
  296. //
  297. this.cmbRECEIVECODE.BackColor = System.Drawing.SystemColors.Window;
  298. this.cmbRECEIVECODE.BackgroundColor = System.Drawing.SystemColors.Window;
  299. this.cmbRECEIVECODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  300. this.cmbRECEIVECODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.cmbRECEIVECODE.FormattingEnabled = true;
  302. this.cmbRECEIVECODE.Location = new System.Drawing.Point(472, 21);
  303. this.cmbRECEIVECODE.Name = "cmbRECEIVECODE";
  304. this.cmbRECEIVECODE.Size = new System.Drawing.Size(121, 20);
  305. this.cmbRECEIVECODE.TabIndex = 18;
  306. //
  307. // c_Label2
  308. //
  309. this.c_Label2.AutoSize = true;
  310. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  311. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.c_Label2.Location = new System.Drawing.Point(409, 24);
  313. this.c_Label2.Name = "c_Label2";
  314. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  315. this.c_Label2.TabIndex = 19;
  316. this.c_Label2.Text = "接收仓库";
  317. //
  318. // cmbWAREHOUSINGCODE
  319. //
  320. this.cmbWAREHOUSINGCODE.BackColor = System.Drawing.SystemColors.Window;
  321. this.cmbWAREHOUSINGCODE.BackgroundColor = System.Drawing.SystemColors.Window;
  322. this.cmbWAREHOUSINGCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  323. this.cmbWAREHOUSINGCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.cmbWAREHOUSINGCODE.FormattingEnabled = true;
  325. this.cmbWAREHOUSINGCODE.Location = new System.Drawing.Point(282, 21);
  326. this.cmbWAREHOUSINGCODE.Name = "cmbWAREHOUSINGCODE";
  327. this.cmbWAREHOUSINGCODE.Size = new System.Drawing.Size(121, 20);
  328. this.cmbWAREHOUSINGCODE.TabIndex = 5;
  329. //
  330. // c_Label7
  331. //
  332. this.c_Label7.AutoSize = true;
  333. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  334. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.c_Label7.Location = new System.Drawing.Point(219, 24);
  336. this.c_Label7.Name = "c_Label7";
  337. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  338. this.c_Label7.TabIndex = 17;
  339. this.c_Label7.Text = "发出仓库";
  340. //
  341. // txtSendOutCode
  342. //
  343. this.txtSendOutCode.BackColor = System.Drawing.SystemColors.Window;
  344. this.txtSendOutCode.BackgroundColor = System.Drawing.SystemColors.Window;
  345. this.txtSendOutCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  346. this.txtSendOutCode.ErrorMessage = "";
  347. this.txtSendOutCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.txtSendOutCode.Location = new System.Drawing.Point(94, 21);
  349. this.txtSendOutCode.MaxLength = 20;
  350. this.txtSendOutCode.Name = "txtSendOutCode";
  351. this.txtSendOutCode.Size = new System.Drawing.Size(119, 21);
  352. this.txtSendOutCode.TabIndex = 1;
  353. this.txtSendOutCode.TextValue = "";
  354. //
  355. // c_Label1
  356. //
  357. this.c_Label1.AutoSize = true;
  358. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  359. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  361. this.c_Label1.Location = new System.Drawing.Point(22, 24);
  362. this.c_Label1.Name = "c_Label1";
  363. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  364. this.c_Label1.TabIndex = 14;
  365. this.c_Label1.Text = "发货单号";
  366. //
  367. // dtpACCOUNTDATE
  368. //
  369. this.dtpACCOUNTDATE.CustomFormat = "yyyy-MM-dd";
  370. this.dtpACCOUNTDATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.dtpACCOUNTDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  372. this.dtpACCOUNTDATE.Location = new System.Drawing.Point(94, 51);
  373. this.dtpACCOUNTDATE.Name = "dtpACCOUNTDATE";
  374. this.dtpACCOUNTDATE.Size = new System.Drawing.Size(119, 21);
  375. this.dtpACCOUNTDATE.TabIndex = 3;
  376. //
  377. // c_Label5
  378. //
  379. this.c_Label5.AutoSize = true;
  380. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  381. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  383. this.c_Label5.Location = new System.Drawing.Point(423, 57);
  384. this.c_Label5.Name = "c_Label5";
  385. this.c_Label5.Size = new System.Drawing.Size(0, 12);
  386. this.c_Label5.TabIndex = 4;
  387. //
  388. // btnClearCondition
  389. //
  390. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  391. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  392. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  393. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  395. this.btnClearCondition.Location = new System.Drawing.Point(1048, 45);
  396. this.btnClearCondition.Name = "btnClearCondition";
  397. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  398. this.btnClearCondition.TabIndex = 11;
  399. this.btnClearCondition.Text = "清空条件(&C)";
  400. this.btnClearCondition.UseVisualStyleBackColor = true;
  401. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  402. //
  403. // btnSearch
  404. //
  405. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  406. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  407. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  408. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.btnSearch.ForeColor = System.Drawing.Color.White;
  410. this.btnSearch.Location = new System.Drawing.Point(957, 45);
  411. this.btnSearch.Name = "btnSearch";
  412. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  413. this.btnSearch.TabIndex = 10;
  414. this.btnSearch.Text = "查询(&Q)";
  415. this.btnSearch.UseVisualStyleBackColor = true;
  416. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  417. //
  418. // dgvSendDetail
  419. //
  420. this.dgvSendDetail.AllowUserToAddRows = false;
  421. this.dgvSendDetail.AllowUserToDeleteRows = false;
  422. this.dgvSendDetail.AllowUserToModifyRows = true;
  423. this.dgvSendDetail.AllowUserToOrderColumns = true;
  424. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  425. this.dgvSendDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  426. this.dgvSendDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  427. | System.Windows.Forms.AnchorStyles.Left)
  428. | System.Windows.Forms.AnchorStyles.Right)));
  429. this.dgvSendDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  430. this.dgvSendDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  431. this.dgvSendDetail.CellHeight = 23;
  432. this.dgvSendDetail.ChildNodeColumnName = null;
  433. this.dgvSendDetail.ChildNodeColumnText = null;
  434. this.dgvSendDetail.ColumnDeep = 1;
  435. this.dgvSendDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  436. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  437. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  438. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  440. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  441. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  442. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  443. this.dgvSendDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  444. this.dgvSendDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  445. this.dgvSendDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  446. this.Column9,
  447. this.Column10,
  448. this.Column11,
  449. this.Column12,
  450. this.Column13});
  451. this.dgvSendDetail.ColumnTreeView = null;
  452. 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)));
  453. this.dgvSendDetail.DynamicColumnName = "";
  454. this.dgvSendDetail.EnableHeadersVisualStyles = false;
  455. this.dgvSendDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.dgvSendDetail.FormatQuantityColumns = null;
  457. this.dgvSendDetail.HasNode = false;
  458. this.dgvSendDetail.HorizontalMergeColumn = null;
  459. this.dgvSendDetail.IsAutoCountSum = true;
  460. this.dgvSendDetail.IsAutoResizeColumns = false;
  461. this.dgvSendDetail.IsClickF12 = false;
  462. this.dgvSendDetail.IsOpenMergeCellFlag = false;
  463. this.dgvSendDetail.IsSubTotalFlag = false;
  464. this.dgvSendDetail.IsTopDeep = false;
  465. this.dgvSendDetail.Location = new System.Drawing.Point(0, 287);
  466. this.dgvSendDetail.MergeColumnNames = null;
  467. this.dgvSendDetail.MergeDetailColumnNames = null;
  468. this.dgvSendDetail.MergeDetailOnlyColumn = null;
  469. this.dgvSendDetail.MergeOnlyColumn = null;
  470. this.dgvSendDetail.MultiSelect = false;
  471. this.dgvSendDetail.Name = "dgvSendDetail";
  472. this.dgvSendDetail.ReadOnly = true;
  473. this.dgvSendDetail.RefreshAtHscroll = false;
  474. this.dgvSendDetail.RowHeadersWidth = 50;
  475. this.dgvSendDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  476. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  477. this.dgvSendDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
  478. this.dgvSendDetail.RowTemplate.Height = 21;
  479. this.dgvSendDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  480. this.dgvSendDetail.Size = new System.Drawing.Size(1151, 193);
  481. this.dgvSendDetail.SortOrderColumnName = null;
  482. this.dgvSendDetail.TabIndex = 37;
  483. this.dgvSendDetail.Tag = true;
  484. this.dgvSendDetail.TotalSumColumns = null;
  485. this.dgvSendDetail.ViewRowFilter = "";
  486. this.dgvSendDetail.VirtualNodes = false;
  487. //
  488. // Column9
  489. //
  490. this.Column9.HeaderText = "外箱码";
  491. this.Column9.Name = "Column9";
  492. this.Column9.ReadOnly = true;
  493. //
  494. // Column10
  495. //
  496. this.Column10.HeaderText = "产品型号";
  497. this.Column10.Name = "Column10";
  498. this.Column10.ReadOnly = true;
  499. //
  500. // Column11
  501. //
  502. this.Column11.HeaderText = "物料编码";
  503. this.Column11.Name = "Column11";
  504. this.Column11.ReadOnly = true;
  505. //
  506. // Column12
  507. //
  508. this.Column12.HeaderText = "物料名称";
  509. this.Column12.Name = "Column12";
  510. this.Column12.ReadOnly = true;
  511. //
  512. // Column13
  513. //
  514. this.Column13.HeaderText = "绑板数量";
  515. this.Column13.Name = "Column13";
  516. this.Column13.ReadOnly = true;
  517. //
  518. // dgvSend
  519. //
  520. this.dgvSend.AllowUserToAddRows = false;
  521. this.dgvSend.AllowUserToDeleteRows = false;
  522. this.dgvSend.AllowUserToModifyRows = true;
  523. this.dgvSend.AllowUserToOrderColumns = true;
  524. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  525. this.dgvSend.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  526. this.dgvSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  527. | System.Windows.Forms.AnchorStyles.Right)));
  528. this.dgvSend.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  529. this.dgvSend.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  530. this.dgvSend.CellHeight = 23;
  531. this.dgvSend.ChildNodeColumnName = null;
  532. this.dgvSend.ChildNodeColumnText = null;
  533. this.dgvSend.ColumnDeep = 1;
  534. this.dgvSend.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  535. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  536. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  537. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  539. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  540. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  541. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  542. this.dgvSend.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  543. this.dgvSend.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  544. this.dgvSend.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  545. this.选择,
  546. this.SENDOUTGOODSLOGID,
  547. this.SENDOUTCODE,
  548. this.USERID,
  549. this.USERCODE,
  550. this.USERNAME,
  551. this.WAREHOUSINGCODE,
  552. this.WAREHOUSINGNAME,
  553. this.RECEIVECODE,
  554. this.RECEIVENAME,
  555. this.CARPLATE,
  556. this.ACCOUNTDATE,
  557. this.DELIVERDATE,
  558. this.SYNCSTATUS,
  559. this.ISREVOKE,
  560. this.ISAMENDS});
  561. this.dgvSend.ColumnTreeView = null;
  562. this.dgvSend.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)));
  563. this.dgvSend.DynamicColumnName = "";
  564. this.dgvSend.EnableHeadersVisualStyles = false;
  565. this.dgvSend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.dgvSend.FormatQuantityColumns = null;
  567. this.dgvSend.HasNode = false;
  568. this.dgvSend.HorizontalMergeColumn = null;
  569. this.dgvSend.IsAutoCountSum = true;
  570. this.dgvSend.IsAutoResizeColumns = false;
  571. this.dgvSend.IsClickF12 = false;
  572. this.dgvSend.IsOpenMergeCellFlag = false;
  573. this.dgvSend.IsSubTotalFlag = false;
  574. this.dgvSend.IsTopDeep = false;
  575. this.dgvSend.Location = new System.Drawing.Point(0, 120);
  576. this.dgvSend.MergeColumnNames = null;
  577. this.dgvSend.MergeDetailColumnNames = null;
  578. this.dgvSend.MergeDetailOnlyColumn = null;
  579. this.dgvSend.MergeOnlyColumn = null;
  580. this.dgvSend.MultiSelect = false;
  581. this.dgvSend.Name = "dgvSend";
  582. this.dgvSend.ReadOnly = true;
  583. this.dgvSend.RefreshAtHscroll = false;
  584. this.dgvSend.RowHeadersWidth = 50;
  585. this.dgvSend.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  586. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  587. this.dgvSend.RowsDefaultCellStyle = dataGridViewCellStyle6;
  588. this.dgvSend.RowTemplate.Height = 21;
  589. this.dgvSend.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  590. this.dgvSend.Size = new System.Drawing.Size(1151, 161);
  591. this.dgvSend.SortOrderColumnName = null;
  592. this.dgvSend.TabIndex = 36;
  593. this.dgvSend.Tag = true;
  594. this.dgvSend.TotalSumColumns = null;
  595. this.dgvSend.ViewRowFilter = "";
  596. this.dgvSend.VirtualNodes = false;
  597. this.dgvSend.SelectionChanged += new System.EventHandler(this.dgvSend_SelectionChanged);
  598. //
  599. // 选择
  600. //
  601. this.选择.FalseValue = "0";
  602. this.选择.HeaderText = "选择";
  603. this.选择.Name = "选择";
  604. this.选择.ReadOnly = true;
  605. this.选择.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  606. this.选择.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  607. this.选择.TrueValue = "1";
  608. this.选择.Width = 50;
  609. //
  610. // SENDOUTGOODSLOGID
  611. //
  612. this.SENDOUTGOODSLOGID.DataPropertyName = "SENDOUTGOODSLOGID";
  613. this.SENDOUTGOODSLOGID.HeaderText = "发货单日志ID";
  614. this.SENDOUTGOODSLOGID.Name = "SENDOUTGOODSLOGID";
  615. this.SENDOUTGOODSLOGID.ReadOnly = true;
  616. this.SENDOUTGOODSLOGID.Visible = false;
  617. //
  618. // SENDOUTCODE
  619. //
  620. this.SENDOUTCODE.DataPropertyName = "SENDOUTCODE";
  621. this.SENDOUTCODE.HeaderText = "发货单号";
  622. this.SENDOUTCODE.Name = "SENDOUTCODE";
  623. this.SENDOUTCODE.ReadOnly = true;
  624. //
  625. // USERID
  626. //
  627. this.USERID.DataPropertyName = "USERID";
  628. this.USERID.HeaderText = "生产工号ID";
  629. this.USERID.Name = "USERID";
  630. this.USERID.ReadOnly = true;
  631. this.USERID.Visible = false;
  632. //
  633. // USERCODE
  634. //
  635. this.USERCODE.DataPropertyName = "USERCODE";
  636. this.USERCODE.HeaderText = "生产工号";
  637. this.USERCODE.Name = "USERCODE";
  638. this.USERCODE.ReadOnly = true;
  639. //
  640. // USERNAME
  641. //
  642. this.USERNAME.DataPropertyName = "USERNAME";
  643. this.USERNAME.HeaderText = "工号姓名";
  644. this.USERNAME.Name = "USERNAME";
  645. this.USERNAME.ReadOnly = true;
  646. //
  647. // WAREHOUSINGCODE
  648. //
  649. this.WAREHOUSINGCODE.DataPropertyName = "WAREHOUSINGCODE";
  650. this.WAREHOUSINGCODE.HeaderText = "发出仓库代码";
  651. this.WAREHOUSINGCODE.Name = "WAREHOUSINGCODE";
  652. this.WAREHOUSINGCODE.ReadOnly = true;
  653. //
  654. // WAREHOUSINGNAME
  655. //
  656. this.WAREHOUSINGNAME.DataPropertyName = "WAREHOUSINGNAME";
  657. this.WAREHOUSINGNAME.HeaderText = "发出仓库";
  658. this.WAREHOUSINGNAME.Name = "WAREHOUSINGNAME";
  659. this.WAREHOUSINGNAME.ReadOnly = true;
  660. //
  661. // RECEIVECODE
  662. //
  663. this.RECEIVECODE.DataPropertyName = "RECEIVECODE";
  664. this.RECEIVECODE.HeaderText = "接收仓库代码";
  665. this.RECEIVECODE.Name = "RECEIVECODE";
  666. this.RECEIVECODE.ReadOnly = true;
  667. //
  668. // RECEIVENAME
  669. //
  670. this.RECEIVENAME.DataPropertyName = "RECEIVENAME";
  671. this.RECEIVENAME.HeaderText = "接收仓库";
  672. this.RECEIVENAME.Name = "RECEIVENAME";
  673. this.RECEIVENAME.ReadOnly = true;
  674. //
  675. // CARPLATE
  676. //
  677. this.CARPLATE.DataPropertyName = "CARPLATE";
  678. this.CARPLATE.HeaderText = "车牌号";
  679. this.CARPLATE.Name = "CARPLATE";
  680. this.CARPLATE.ReadOnly = true;
  681. //
  682. // ACCOUNTDATE
  683. //
  684. this.ACCOUNTDATE.DataPropertyName = "ACCOUNTDATE";
  685. this.ACCOUNTDATE.HeaderText = "记账日期";
  686. this.ACCOUNTDATE.Name = "ACCOUNTDATE";
  687. this.ACCOUNTDATE.ReadOnly = true;
  688. //
  689. // DELIVERDATE
  690. //
  691. this.DELIVERDATE.DataPropertyName = "DELIVERDATE";
  692. this.DELIVERDATE.HeaderText = "送货日期";
  693. this.DELIVERDATE.Name = "DELIVERDATE";
  694. this.DELIVERDATE.ReadOnly = true;
  695. //
  696. // SYNCSTATUS
  697. //
  698. this.SYNCSTATUS.DataPropertyName = "SYNCSTATUS";
  699. this.SYNCSTATUS.HeaderText = "同步状态";
  700. this.SYNCSTATUS.Name = "SYNCSTATUS";
  701. this.SYNCSTATUS.ReadOnly = true;
  702. //
  703. // ISREVOKE
  704. //
  705. this.ISREVOKE.DataPropertyName = "ISREVOKE";
  706. this.ISREVOKE.FalseValue = "0";
  707. this.ISREVOKE.HeaderText = "是否撤销";
  708. this.ISREVOKE.Name = "ISREVOKE";
  709. this.ISREVOKE.ReadOnly = true;
  710. this.ISREVOKE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  711. this.ISREVOKE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  712. this.ISREVOKE.TrueValue = "1";
  713. //
  714. // ISAMENDS
  715. //
  716. this.ISAMENDS.DataPropertyName = "ISAMENDS";
  717. this.ISAMENDS.FalseValue = "0";
  718. this.ISAMENDS.HeaderText = "是否补推";
  719. this.ISAMENDS.Name = "ISAMENDS";
  720. this.ISAMENDS.ReadOnly = true;
  721. this.ISAMENDS.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  722. this.ISAMENDS.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  723. this.ISAMENDS.TrueValue = "1";
  724. //
  725. // F_PM_3501
  726. //
  727. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  728. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  729. this.ClientSize = new System.Drawing.Size(1151, 481);
  730. this.Controls.Add(this.dgvSendDetail);
  731. this.Controls.Add(this.dgvSend);
  732. this.Controls.Add(this.gbxCondition);
  733. this.Controls.Add(this.tsrOperate);
  734. this.Name = "F_PM_3501";
  735. this.RightToLeftLayout = true;
  736. this.Text = "发货单";
  737. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3501_FormClosed);
  738. this.Load += new System.EventHandler(this.F_PM_3501_Load);
  739. this.tsrOperate.ResumeLayout(false);
  740. this.tsrOperate.PerformLayout();
  741. this.gbxCondition.ResumeLayout(false);
  742. this.gbxCondition.PerformLayout();
  743. ((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).EndInit();
  744. ((System.ComponentModel.ISupportInitialize)(this.dgvSend)).EndInit();
  745. this.ResumeLayout(false);
  746. }
  747. #endregion
  748. private Basics.BaseControls.C_ToolStrip tsrOperate;
  749. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  750. private System.Windows.Forms.ToolStripButton tsbtnClose;
  751. private Basics.BaseControls.C_GroupBox gbxCondition;
  752. private Basics.BaseControls.C_DateTimePicker dtpACCOUNTDATE;
  753. private Basics.BaseControls.C_Button btnClearCondition;
  754. private Basics.BaseControls.C_Button btnSearch;
  755. private Basics.BaseControls.C_Label c_Label1;
  756. private Basics.BaseControls.C_TextBox txtSendOutCode;
  757. private Basics.BaseControls.C_Label c_Label5;
  758. private Basics.BaseControls.C_ComboBox cmbWAREHOUSINGCODE;
  759. private Basics.BaseControls.C_Label c_Label7;
  760. private System.Windows.Forms.ToolStripButton btnSendEdit;
  761. private System.Windows.Forms.ToolStripButton btnSendBack;
  762. private System.Windows.Forms.ToolStripButton btnSendPush;
  763. private System.Windows.Forms.ToolStripButton btnSendDelete;
  764. private Basics.BaseControls.C_ComboBox cmbSYNCSTATUS;
  765. private Basics.BaseControls.C_Label c_Label8;
  766. private Basics.BaseControls.C_Label c_Label6;
  767. private Basics.BaseControls.C_DateTimePicker dtpDELIVERDATE;
  768. private Basics.BaseControls.C_Label c_Label4;
  769. private Basics.BaseControls.C_ComboBox cmbNUMBERPLATE;
  770. private Basics.BaseControls.C_Label c_Label3;
  771. private Basics.BaseControls.C_ComboBox cmbRECEIVECODE;
  772. private Basics.BaseControls.C_Label c_Label2;
  773. private Basics.BaseControls.C_DataGridView dgvSendDetail;
  774. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  775. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  776. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  777. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  778. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  779. private Basics.BaseControls.C_DataGridView dgvSend;
  780. private System.Windows.Forms.ToolStripButton btnSendDetailDelete;
  781. private System.Windows.Forms.DataGridViewCheckBoxColumn 选择;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn SENDOUTGOODSLOGID;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn SENDOUTCODE;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn USERID;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSINGCODE;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSINGNAME;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn RECEIVECODE;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn RECEIVENAME;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn CARPLATE;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn ACCOUNTDATE;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn DELIVERDATE;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn SYNCSTATUS;
  795. private System.Windows.Forms.DataGridViewCheckBoxColumn ISREVOKE;
  796. private System.Windows.Forms.DataGridViewCheckBoxColumn ISAMENDS;
  797. }
  798. }