F_TAT_0203.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0203
  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_TAT_0203));
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnCreateGoods = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.txtJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  46. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.GoodsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.PieceNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  53. this.Wages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  54. this.PublicWages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  55. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.tsrOperate.SuspendLayout();
  57. this.c_GroupBox1.SuspendLayout();
  58. this.c_GroupBox2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // tsrOperate
  63. //
  64. this.tsrOperate.AutoSize = false;
  65. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  66. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  67. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.tsbtnCreateGoods,
  70. this.toolStripSeparator3,
  71. this.tsbtnAdaptive});
  72. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  73. this.tsrOperate.Name = "tsrOperate";
  74. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  75. this.tsrOperate.ShowItemToolTips = false;
  76. this.tsrOperate.Size = new System.Drawing.Size(752, 35);
  77. this.tsrOperate.TabIndex = 3;
  78. //
  79. // tsbtnCreateGoods
  80. //
  81. this.tsbtnCreateGoods.AutoSize = false;
  82. this.tsbtnCreateGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.tsbtnCreateGoods.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  84. this.tsbtnCreateGoods.ImageTransparentColor = System.Drawing.Color.Magenta;
  85. this.tsbtnCreateGoods.Name = "tsbtnCreateGoods";
  86. this.tsbtnCreateGoods.Size = new System.Drawing.Size(100, 25);
  87. this.tsbtnCreateGoods.Text = "生成产品信息(&G)";
  88. this.tsbtnCreateGoods.Click += new System.EventHandler(this.tsbtnCreateGoods_Click);
  89. //
  90. // toolStripSeparator3
  91. //
  92. this.toolStripSeparator3.AutoSize = false;
  93. this.toolStripSeparator3.Name = "toolStripSeparator3";
  94. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  95. //
  96. // tsbtnAdaptive
  97. //
  98. this.tsbtnAdaptive.AutoSize = false;
  99. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  101. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  102. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  103. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  104. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  105. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  106. //
  107. // c_GroupBox1
  108. //
  109. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  110. | System.Windows.Forms.AnchorStyles.Right)));
  111. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  112. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  113. this.c_GroupBox1.Controls.Add(this.txtJobsCode);
  114. this.c_GroupBox1.Controls.Add(this.lblStartTime);
  115. this.c_GroupBox1.Controls.Add(this.txtJobsName);
  116. this.c_GroupBox1.Controls.Add(this.lblJobsName);
  117. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  119. this.c_GroupBox1.IsMustInput = false;
  120. this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
  121. this.c_GroupBox1.Name = "c_GroupBox1";
  122. this.c_GroupBox1.OriginalHeight = -1;
  123. this.c_GroupBox1.Size = new System.Drawing.Size(728, 51);
  124. this.c_GroupBox1.TabIndex = 4;
  125. this.c_GroupBox1.TabStop = false;
  126. this.c_GroupBox1.Text = "工种信息 ▼";
  127. //
  128. // txtJobsCode
  129. //
  130. this.txtJobsCode.BackColor = System.Drawing.SystemColors.Window;
  131. this.txtJobsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  132. this.txtJobsCode.Enabled = false;
  133. this.txtJobsCode.ErrorMessage = "";
  134. this.txtJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.txtJobsCode.Location = new System.Drawing.Point(279, 18);
  136. this.txtJobsCode.MaxLength = 70;
  137. this.txtJobsCode.Name = "txtJobsCode";
  138. this.txtJobsCode.Size = new System.Drawing.Size(149, 21);
  139. this.txtJobsCode.TabIndex = 117;
  140. //
  141. // lblStartTime
  142. //
  143. this.lblStartTime.AutoSize = true;
  144. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  145. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  147. this.lblStartTime.Location = new System.Drawing.Point(220, 23);
  148. this.lblStartTime.Name = "lblStartTime";
  149. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  150. this.lblStartTime.TabIndex = 116;
  151. this.lblStartTime.Text = "工种编码";
  152. //
  153. // txtJobsName
  154. //
  155. this.txtJobsName.BackColor = System.Drawing.SystemColors.Window;
  156. this.txtJobsName.BackgroundColor = System.Drawing.SystemColors.Window;
  157. this.txtJobsName.Enabled = false;
  158. this.txtJobsName.ErrorMessage = "";
  159. this.txtJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.txtJobsName.Location = new System.Drawing.Point(65, 18);
  161. this.txtJobsName.MaxLength = 70;
  162. this.txtJobsName.Name = "txtJobsName";
  163. this.txtJobsName.Size = new System.Drawing.Size(149, 21);
  164. this.txtJobsName.TabIndex = 1;
  165. //
  166. // lblJobsName
  167. //
  168. this.lblJobsName.AutoSize = true;
  169. this.lblJobsName.BackColor = System.Drawing.Color.Transparent;
  170. this.lblJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.lblJobsName.ForeColor = System.Drawing.SystemColors.ControlText;
  172. this.lblJobsName.Location = new System.Drawing.Point(6, 23);
  173. this.lblJobsName.Name = "lblJobsName";
  174. this.lblJobsName.Size = new System.Drawing.Size(53, 12);
  175. this.lblJobsName.TabIndex = 0;
  176. this.lblJobsName.Text = "工种名称";
  177. //
  178. // c_GroupBox2
  179. //
  180. this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  181. | System.Windows.Forms.AnchorStyles.Right)));
  182. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  183. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  184. this.c_GroupBox2.CanExpand = false;
  185. this.c_GroupBox2.Controls.Add(this.dgvGoods);
  186. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  188. this.c_GroupBox2.IsMustInput = false;
  189. this.c_GroupBox2.Location = new System.Drawing.Point(12, 95);
  190. this.c_GroupBox2.Name = "c_GroupBox2";
  191. this.c_GroupBox2.OriginalHeight = -1;
  192. this.c_GroupBox2.Size = new System.Drawing.Size(728, 389);
  193. this.c_GroupBox2.TabIndex = 118;
  194. this.c_GroupBox2.TabStop = false;
  195. this.c_GroupBox2.Text = "对应产品 ▼";
  196. //
  197. // dgvGoods
  198. //
  199. this.dgvGoods.AllowUserToAddRows = false;
  200. this.dgvGoods.AllowUserToModifyRows = true;
  201. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  202. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  203. this.dgvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  204. | System.Windows.Forms.AnchorStyles.Left)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  207. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  208. this.dgvGoods.CellHeight = 23;
  209. this.dgvGoods.ChildNodeColumnName = null;
  210. this.dgvGoods.ChildNodeColumnText = null;
  211. this.dgvGoods.ColumnDeep = 1;
  212. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  213. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  214. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  215. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  217. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  218. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  219. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  220. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  221. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  222. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  223. this.GoodsId,
  224. this.GoodsCode,
  225. this.GoodsName,
  226. this.PieceNum,
  227. this.Wages,
  228. this.PublicWages,
  229. this.isHave});
  230. this.dgvGoods.ColumnTreeView = null;
  231. this.dgvGoods.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)));
  232. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  233. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  234. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  236. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  237. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  238. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  239. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle6;
  240. this.dgvGoods.DynamicColumnName = "";
  241. this.dgvGoods.EnableHeadersVisualStyles = false;
  242. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.dgvGoods.IsAutoCountSum = true;
  244. this.dgvGoods.IsAutoResizeColumns = false;
  245. this.dgvGoods.IsClickF12 = false;
  246. this.dgvGoods.IsSubTotalFlag = false;
  247. this.dgvGoods.Location = new System.Drawing.Point(8, 20);
  248. this.dgvGoods.MultiSelect = false;
  249. this.dgvGoods.Name = "dgvGoods";
  250. this.dgvGoods.RefreshAtHscroll = false;
  251. this.dgvGoods.RowHeadersWidth = 50;
  252. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  253. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  254. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle7;
  255. this.dgvGoods.RowTemplate.Height = 21;
  256. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  257. this.dgvGoods.Size = new System.Drawing.Size(714, 363);
  258. this.dgvGoods.SortOrderColumnName = null;
  259. this.dgvGoods.TabIndex = 23;
  260. this.dgvGoods.Tag = true;
  261. this.dgvGoods.TotalSumColumns = null;
  262. this.dgvGoods.ViewRowFilter = "";
  263. this.dgvGoods.VirtualMode = true;
  264. //
  265. // btnSubmit
  266. //
  267. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  268. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  269. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  270. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  272. this.btnSubmit.Location = new System.Drawing.Point(558, 490);
  273. this.btnSubmit.Name = "btnSubmit";
  274. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  275. this.btnSubmit.TabIndex = 119;
  276. this.btnSubmit.Text = "提交(&S)";
  277. this.btnSubmit.UseVisualStyleBackColor = false;
  278. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  279. //
  280. // btnClose
  281. //
  282. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  283. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  284. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  285. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  286. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.btnClose.ForeColor = System.Drawing.Color.White;
  288. this.btnClose.Location = new System.Drawing.Point(649, 490);
  289. this.btnClose.Name = "btnClose";
  290. this.btnClose.Size = new System.Drawing.Size(85, 30);
  291. this.btnClose.TabIndex = 120;
  292. this.btnClose.Text = "关闭(&C)";
  293. this.btnClose.UseVisualStyleBackColor = false;
  294. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  295. //
  296. // GoodsId
  297. //
  298. this.GoodsId.DataPropertyName = "GoodsId";
  299. this.GoodsId.HeaderText = "产品ID";
  300. this.GoodsId.Name = "GoodsId";
  301. this.GoodsId.Visible = false;
  302. //
  303. // GoodsCode
  304. //
  305. this.GoodsCode.DataPropertyName = "GoodsCode";
  306. this.GoodsCode.HeaderText = "产品编码";
  307. this.GoodsCode.Name = "GoodsCode";
  308. this.GoodsCode.ReadOnly = true;
  309. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  310. this.GoodsCode.Width = 120;
  311. //
  312. // GoodsName
  313. //
  314. this.GoodsName.DataPropertyName = "GoodsName";
  315. this.GoodsName.HeaderText = "产品名称";
  316. this.GoodsName.Name = "GoodsName";
  317. this.GoodsName.ReadOnly = true;
  318. this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  319. this.GoodsName.Width = 120;
  320. //
  321. // PieceNum
  322. //
  323. this.PieceNum.DataPropertyName = "PieceNum";
  324. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  325. this.PieceNum.DefaultCellStyle = dataGridViewCellStyle3;
  326. this.PieceNum.HeaderText = "计价数量";
  327. this.PieceNum.MaxValue = new decimal(new int[] {
  328. 999999,
  329. 0,
  330. 0,
  331. 0});
  332. this.PieceNum.MinValue = new decimal(new int[] {
  333. 0,
  334. 0,
  335. 0,
  336. 0});
  337. this.PieceNum.Name = "PieceNum";
  338. this.PieceNum.Number = new System.Drawing.Point(5, 0);
  339. this.PieceNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  340. this.PieceNum.Width = 120;
  341. //
  342. // Wages
  343. //
  344. this.Wages.DataPropertyName = "Wages";
  345. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  346. this.Wages.DefaultCellStyle = dataGridViewCellStyle4;
  347. this.Wages.HeaderText = "工价";
  348. this.Wages.MaxValue = new decimal(new int[] {
  349. 999999,
  350. 0,
  351. 0,
  352. 0});
  353. this.Wages.MinValue = new decimal(new int[] {
  354. 0,
  355. 0,
  356. 0,
  357. 0});
  358. this.Wages.Name = "Wages";
  359. this.Wages.Number = new System.Drawing.Point(6, 6);
  360. this.Wages.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  361. this.Wages.Width = 120;
  362. //
  363. // PublicWages
  364. //
  365. this.PublicWages.DataPropertyName = "PublicWages";
  366. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  367. this.PublicWages.DefaultCellStyle = dataGridViewCellStyle5;
  368. this.PublicWages.HeaderText = "公坯工价";
  369. this.PublicWages.MaxValue = new decimal(new int[] {
  370. 999999,
  371. 0,
  372. 0,
  373. 0});
  374. this.PublicWages.MinValue = new decimal(new int[] {
  375. 0,
  376. 0,
  377. 0,
  378. 0});
  379. this.PublicWages.Name = "PublicWages";
  380. this.PublicWages.Number = new System.Drawing.Point(6, 6);
  381. this.PublicWages.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  382. this.PublicWages.Width = 120;
  383. //
  384. // isHave
  385. //
  386. this.isHave.DataPropertyName = "isHave";
  387. this.isHave.HeaderText = "isHave";
  388. this.isHave.Name = "isHave";
  389. this.isHave.Visible = false;
  390. //
  391. // F_TAT_0203
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.ClientSize = new System.Drawing.Size(752, 545);
  396. this.Controls.Add(this.btnClose);
  397. this.Controls.Add(this.btnSubmit);
  398. this.Controls.Add(this.c_GroupBox2);
  399. this.Controls.Add(this.c_GroupBox1);
  400. this.Controls.Add(this.tsrOperate);
  401. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  402. this.IsSaveFormSize = false;
  403. this.MaximizeBox = false;
  404. this.MinimizeBox = false;
  405. this.Name = "F_TAT_0203";
  406. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  407. this.Text = "F_TAT_0203";
  408. this.Load += new System.EventHandler(this.F_TAT_0203_Load);
  409. this.Controls.SetChildIndex(this.tsrOperate, 0);
  410. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  411. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  412. this.Controls.SetChildIndex(this.btnSubmit, 0);
  413. this.Controls.SetChildIndex(this.btnClose, 0);
  414. this.tsrOperate.ResumeLayout(false);
  415. this.tsrOperate.PerformLayout();
  416. this.c_GroupBox1.ResumeLayout(false);
  417. this.c_GroupBox1.PerformLayout();
  418. this.c_GroupBox2.ResumeLayout(false);
  419. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  420. this.ResumeLayout(false);
  421. this.PerformLayout();
  422. }
  423. #endregion
  424. private Basics.BaseControls.C_ToolStrip tsrOperate;
  425. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  426. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  427. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  428. private Basics.BaseControls.C_TextBox txtJobsCode;
  429. private Basics.BaseControls.C_Label lblStartTime;
  430. private Basics.BaseControls.C_TextBox txtJobsName;
  431. private Basics.BaseControls.C_Label lblJobsName;
  432. private Basics.BaseControls.C_GroupBox c_GroupBox2;
  433. private Basics.BaseControls.C_DataGridView dgvGoods;
  434. private Basics.BaseControls.C_Button btnSubmit;
  435. private Basics.BaseControls.C_Button btnClose;
  436. private System.Windows.Forms.ToolStripButton tsbtnCreateGoods;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsId;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  440. private Basics.BaseControls.C_DGV_Column_Digital PieceNum;
  441. private Basics.BaseControls.C_DGV_Column_Digital Wages;
  442. private Basics.BaseControls.C_DGV_Column_Digital PublicWages;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  444. }
  445. }