F_PM_2302.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2302
  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_2302));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.lblOrderDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.dgvOrderDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.scbSAPCode1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
  47. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // lblOrganizationName
  52. //
  53. this.lblOrganizationName.AutoSize = true;
  54. this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
  55. this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.lblOrganizationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  57. this.lblOrganizationName.IsMustInput = true;
  58. this.lblOrganizationName.Location = new System.Drawing.Point(26, 15);
  59. this.lblOrganizationName.Name = "lblOrganizationName";
  60. this.lblOrganizationName.Size = new System.Drawing.Size(41, 12);
  61. this.lblOrganizationName.TabIndex = 0;
  62. this.lblOrganizationName.Text = "订单号";
  63. //
  64. // txtOrderNo
  65. //
  66. this.txtOrderNo.BackColor = System.Drawing.Color.Yellow;
  67. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  68. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.txtOrderNo.IsMustInput = true;
  70. this.txtOrderNo.Location = new System.Drawing.Point(71, 12);
  71. this.txtOrderNo.MaxLength = 100;
  72. this.txtOrderNo.Name = "txtOrderNo";
  73. this.txtOrderNo.Size = new System.Drawing.Size(129, 21);
  74. this.txtOrderNo.TabIndex = 1;
  75. //
  76. // btnSave
  77. //
  78. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  79. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  80. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  81. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.btnSave.ForeColor = System.Drawing.Color.White;
  83. this.btnSave.Location = new System.Drawing.Point(224, 391);
  84. this.btnSave.Name = "btnSave";
  85. this.btnSave.Size = new System.Drawing.Size(85, 30);
  86. this.btnSave.TabIndex = 6;
  87. this.btnSave.Text = "保存";
  88. this.btnSave.UseVisualStyleBackColor = true;
  89. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  90. //
  91. // btnCancel
  92. //
  93. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  94. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  95. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  96. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  97. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.btnCancel.ForeColor = System.Drawing.Color.White;
  99. this.btnCancel.Location = new System.Drawing.Point(315, 391);
  100. this.btnCancel.Name = "btnCancel";
  101. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  102. this.btnCancel.TabIndex = 7;
  103. this.btnCancel.Text = "关闭";
  104. this.btnCancel.UseVisualStyleBackColor = false;
  105. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  106. //
  107. // lblOrderDate
  108. //
  109. this.lblOrderDate.AutoSize = true;
  110. this.lblOrderDate.BackColor = System.Drawing.Color.Transparent;
  111. this.lblOrderDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.lblOrderDate.ForeColor = System.Drawing.SystemColors.ControlText;
  113. this.lblOrderDate.Location = new System.Drawing.Point(213, 15);
  114. this.lblOrderDate.Name = "lblOrderDate";
  115. this.lblOrderDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  116. this.lblOrderDate.Size = new System.Drawing.Size(53, 12);
  117. this.lblOrderDate.TabIndex = 2;
  118. this.lblOrderDate.Text = "订单日期";
  119. //
  120. // dtpOrderDateFrom
  121. //
  122. this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
  123. this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  125. this.dtpOrderDateFrom.Location = new System.Drawing.Point(271, 12);
  126. this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
  127. this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21);
  128. this.dtpOrderDateFrom.TabIndex = 3;
  129. this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  130. //
  131. // lblRemarks
  132. //
  133. this.lblRemarks.AutoSize = true;
  134. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  135. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  137. this.lblRemarks.Location = new System.Drawing.Point(36, 42);
  138. this.lblRemarks.Name = "lblRemarks";
  139. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  140. this.lblRemarks.TabIndex = 4;
  141. this.lblRemarks.Text = "备注";
  142. //
  143. // txtRemarks
  144. //
  145. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  146. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.txtRemarks.Location = new System.Drawing.Point(71, 39);
  148. this.txtRemarks.MaxLength = 500;
  149. this.txtRemarks.Multiline = true;
  150. this.txtRemarks.Name = "txtRemarks";
  151. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  152. this.txtRemarks.Size = new System.Drawing.Size(320, 56);
  153. this.txtRemarks.TabIndex = 5;
  154. //
  155. // dgvOrderDetail
  156. //
  157. this.dgvOrderDetail.AllowUserToModifyRows = true;
  158. this.dgvOrderDetail.AllowUserToOrderColumns = true;
  159. this.dgvOrderDetail.AllowUserToResizeRows = false;
  160. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  161. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.dgvOrderDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  163. this.dgvOrderDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  164. this.dgvOrderDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  165. this.dgvOrderDetail.CellHeight = 23;
  166. this.dgvOrderDetail.ChildNodeColumnName = null;
  167. this.dgvOrderDetail.ChildNodeColumnText = null;
  168. this.dgvOrderDetail.ColumnDeep = 1;
  169. this.dgvOrderDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  170. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  171. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  172. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  173. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  174. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  175. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  176. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  177. this.dgvOrderDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  178. this.dgvOrderDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  179. this.dgvOrderDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  180. this.MaterialCode,
  181. this.GoodsCode,
  182. this.LogoName,
  183. this.dataGridViewTextBoxColumn4});
  184. this.dgvOrderDetail.ColumnTreeView = null;
  185. this.dgvOrderDetail.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)));
  186. this.dgvOrderDetail.DynamicColumnName = "";
  187. this.dgvOrderDetail.EnableHeadersVisualStyles = false;
  188. this.dgvOrderDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.dgvOrderDetail.FormatQuantityColumns = null;
  190. this.dgvOrderDetail.HorizontalMergeColumn = null;
  191. this.dgvOrderDetail.IsAutoCountSum = true;
  192. this.dgvOrderDetail.IsAutoResizeColumns = false;
  193. this.dgvOrderDetail.IsClickF12 = false;
  194. this.dgvOrderDetail.IsOpenMergeCellFlag = false;
  195. this.dgvOrderDetail.IsSubTotalFlag = false;
  196. this.dgvOrderDetail.IsTopDeep = false;
  197. this.dgvOrderDetail.Location = new System.Drawing.Point(12, 137);
  198. this.dgvOrderDetail.MergeColumnNames = null;
  199. this.dgvOrderDetail.MergeDetailColumnNames = null;
  200. this.dgvOrderDetail.MergeDetailOnlyColumn = null;
  201. this.dgvOrderDetail.MergeOnlyColumn = null;
  202. this.dgvOrderDetail.MultiSelect = false;
  203. this.dgvOrderDetail.Name = "dgvOrderDetail";
  204. this.dgvOrderDetail.RefreshAtHscroll = false;
  205. this.dgvOrderDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  206. this.dgvOrderDetail.RowHeadersWidth = 50;
  207. this.dgvOrderDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  208. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  209. this.dgvOrderDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  210. this.dgvOrderDetail.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  211. this.dgvOrderDetail.RowTemplate.Height = 21;
  212. this.dgvOrderDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  213. this.dgvOrderDetail.Size = new System.Drawing.Size(388, 248);
  214. this.dgvOrderDetail.SortOrderColumnName = null;
  215. this.dgvOrderDetail.TabIndex = 8;
  216. this.dgvOrderDetail.Tag = true;
  217. this.dgvOrderDetail.TotalSumColumns = null;
  218. this.dgvOrderDetail.ViewRowFilter = "";
  219. this.dgvOrderDetail.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvOrderDetail_UserDeletingRow);
  220. //
  221. // MaterialCode
  222. //
  223. this.MaterialCode.DataPropertyName = "MaterialCode";
  224. this.MaterialCode.HeaderText = "物料编码";
  225. this.MaterialCode.Name = "MaterialCode";
  226. //
  227. // GoodsCode
  228. //
  229. this.GoodsCode.DataPropertyName = "GoodsCode";
  230. this.GoodsCode.HeaderText = "产品编码";
  231. this.GoodsCode.Name = "GoodsCode";
  232. this.GoodsCode.ReadOnly = true;
  233. //
  234. // LogoName
  235. //
  236. this.LogoName.DataPropertyName = "LogoName";
  237. this.LogoName.HeaderText = "商标";
  238. this.LogoName.Name = "LogoName";
  239. this.LogoName.ReadOnly = true;
  240. //
  241. // dataGridViewTextBoxColumn4
  242. //
  243. this.dataGridViewTextBoxColumn4.DataPropertyName = "OrderID";
  244. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle3;
  246. this.dataGridViewTextBoxColumn4.HeaderText = "OrderID";
  247. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  248. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  249. this.dataGridViewTextBoxColumn4.Visible = false;
  250. //
  251. // scbSAPCode1
  252. //
  253. this.scbSAPCode1.CheckedData = null;
  254. this.scbSAPCode1.Location = new System.Drawing.Point(71, 101);
  255. this.scbSAPCode1.MultiSelect = true;
  256. this.scbSAPCode1.Name = "scbSAPCode1";
  257. this.scbSAPCode1.Size = new System.Drawing.Size(320, 21);
  258. this.scbSAPCode1.TabIndex = 14;
  259. this.scbSAPCode1.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbSAPCode1_TextValueChanged);
  260. //
  261. // lblLabel6
  262. //
  263. this.lblLabel6.Location = new System.Drawing.Point(14, 105);
  264. this.lblLabel6.MustInput = true;
  265. this.lblLabel6.Name = "lblLabel6";
  266. this.lblLabel6.Size = new System.Drawing.Size(53, 12);
  267. this.lblLabel6.TabIndex = 13;
  268. this.lblLabel6.Text = "物料编码";
  269. //
  270. // F_PM_2302
  271. //
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.CancelButton = this.btnCancel;
  275. this.ClientSize = new System.Drawing.Size(412, 446);
  276. this.Controls.Add(this.txtOrderNo);
  277. this.Controls.Add(this.scbSAPCode1);
  278. this.Controls.Add(this.lblLabel6);
  279. this.Controls.Add(this.dgvOrderDetail);
  280. this.Controls.Add(this.lblOrderDate);
  281. this.Controls.Add(this.dtpOrderDateFrom);
  282. this.Controls.Add(this.btnSave);
  283. this.Controls.Add(this.btnCancel);
  284. this.Controls.Add(this.lblRemarks);
  285. this.Controls.Add(this.lblOrganizationName);
  286. this.Controls.Add(this.txtRemarks);
  287. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  288. this.IsSaveFormSize = false;
  289. this.MaximizeBox = false;
  290. this.MinimizeBox = false;
  291. this.Name = "F_PM_2302";
  292. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  293. this.StatusSizingGrip = false;
  294. this.Text = "FrmAddEditOrder";
  295. this.Load += new System.EventHandler(this.F_PM_2302_Load);
  296. this.Click += new System.EventHandler(this.F_PM_2302_Load);
  297. this.Controls.SetChildIndex(this.txtRemarks, 0);
  298. this.Controls.SetChildIndex(this.lblOrganizationName, 0);
  299. this.Controls.SetChildIndex(this.lblRemarks, 0);
  300. this.Controls.SetChildIndex(this.btnCancel, 0);
  301. this.Controls.SetChildIndex(this.btnSave, 0);
  302. this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0);
  303. this.Controls.SetChildIndex(this.lblOrderDate, 0);
  304. this.Controls.SetChildIndex(this.dgvOrderDetail, 0);
  305. this.Controls.SetChildIndex(this.lblLabel6, 0);
  306. this.Controls.SetChildIndex(this.scbSAPCode1, 0);
  307. this.Controls.SetChildIndex(this.txtOrderNo, 0);
  308. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).EndInit();
  309. this.ResumeLayout(false);
  310. this.PerformLayout();
  311. }
  312. #endregion
  313. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
  314. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOrderNo;
  315. private Basics.BaseControls.C_Button btnSave;
  316. private Basics.BaseControls.C_Button btnCancel;
  317. private Basics.BaseControls.C_Label lblOrderDate;
  318. private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
  319. private Basics.BaseControls.C_Label lblRemarks;
  320. private Basics.BaseControls.C_TextBox txtRemarks;
  321. private Basics.BaseControls.C_DataGridView dgvOrderDetail;
  322. private Controls.SearchBox.ScbSAPCode scbSAPCode1;
  323. private WinForm.Controls.LblLabel lblLabel6;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  328. }
  329. }