F_PM_3501.Designer.cs 43 KB

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