F_MST_1103.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1103
  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_MST_1103));
  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.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.chkGdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  41. this.dtpGdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.txtDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  43. this.lblDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.chkVYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.dkproductionLineSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  46. this.dgvTransferSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.PROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.PERPROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.PerProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.OUTTECDEPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.outName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.INTECDEPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.InName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  56. this.c_GroupBox1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // lblName
  61. //
  62. this.lblName.AutoSize = true;
  63. this.lblName.BackColor = System.Drawing.Color.Transparent;
  64. this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  66. this.lblName.IsMustInput = true;
  67. this.lblName.Location = new System.Drawing.Point(12, 24);
  68. this.lblName.Name = "lblName";
  69. this.lblName.Size = new System.Drawing.Size(53, 12);
  70. this.lblName.TabIndex = 0;
  71. this.lblName.Text = "配置名称";
  72. //
  73. // txtName
  74. //
  75. this.txtName.BackColor = System.Drawing.Color.Yellow;
  76. this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
  77. this.txtName.ErrorMessage = "";
  78. this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.txtName.HasError = true;
  80. this.txtName.IsMustInput = true;
  81. this.txtName.Location = new System.Drawing.Point(71, 20);
  82. this.txtName.MaxLength = 50;
  83. this.txtName.Name = "txtName";
  84. this.txtName.Size = new System.Drawing.Size(120, 21);
  85. this.txtName.TabIndex = 1;
  86. //
  87. // lblRemarks
  88. //
  89. this.lblRemarks.AutoSize = true;
  90. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  91. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  93. this.lblRemarks.Location = new System.Drawing.Point(42, 74);
  94. this.lblRemarks.Name = "lblRemarks";
  95. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  96. this.lblRemarks.TabIndex = 7;
  97. this.lblRemarks.Text = "备注";
  98. //
  99. // txtRemarks
  100. //
  101. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  102. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  103. this.txtRemarks.ErrorMessage = "";
  104. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.txtRemarks.Location = new System.Drawing.Point(71, 74);
  106. this.txtRemarks.MaxLength = 500;
  107. this.txtRemarks.Multiline = true;
  108. this.txtRemarks.Name = "txtRemarks";
  109. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  110. this.txtRemarks.Size = new System.Drawing.Size(478, 43);
  111. this.txtRemarks.TabIndex = 8;
  112. //
  113. // btnSave
  114. //
  115. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  116. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  117. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  118. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.btnSave.ForeColor = System.Drawing.Color.White;
  120. this.btnSave.Location = new System.Drawing.Point(417, 453);
  121. this.btnSave.Name = "btnSave";
  122. this.btnSave.Size = new System.Drawing.Size(85, 30);
  123. this.btnSave.TabIndex = 2;
  124. this.btnSave.Text = "保存(&S)";
  125. this.btnSave.UseVisualStyleBackColor = false;
  126. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  127. //
  128. // btnCancel
  129. //
  130. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  131. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  132. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  133. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  134. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.btnCancel.ForeColor = System.Drawing.Color.White;
  136. this.btnCancel.Location = new System.Drawing.Point(508, 453);
  137. this.btnCancel.Name = "btnCancel";
  138. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  139. this.btnCancel.TabIndex = 3;
  140. this.btnCancel.Text = "关闭";
  141. this.btnCancel.UseVisualStyleBackColor = false;
  142. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  143. //
  144. // c_GroupBox1
  145. //
  146. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  147. | System.Windows.Forms.AnchorStyles.Right)));
  148. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  149. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  150. this.c_GroupBox1.CanExpand = false;
  151. this.c_GroupBox1.Controls.Add(this.chkGdate);
  152. this.c_GroupBox1.Controls.Add(this.dtpGdate);
  153. this.c_GroupBox1.Controls.Add(this.txtDisplayNo);
  154. this.c_GroupBox1.Controls.Add(this.lblDisplayNo);
  155. this.c_GroupBox1.Controls.Add(this.chkVYes);
  156. this.c_GroupBox1.Controls.Add(this.dkproductionLineSearchBox1);
  157. this.c_GroupBox1.Controls.Add(this.lblName);
  158. this.c_GroupBox1.Controls.Add(this.txtName);
  159. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  160. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  161. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  163. this.c_GroupBox1.IsMustInput = false;
  164. this.c_GroupBox1.Location = new System.Drawing.Point(12, 7);
  165. this.c_GroupBox1.Name = "c_GroupBox1";
  166. this.c_GroupBox1.OpeningMark = "";
  167. this.c_GroupBox1.OriginalHeight = -1;
  168. this.c_GroupBox1.Size = new System.Drawing.Size(579, 131);
  169. this.c_GroupBox1.TabIndex = 0;
  170. this.c_GroupBox1.TabStop = false;
  171. this.c_GroupBox1.Text = "配置信息 ";
  172. //
  173. // chkGdate
  174. //
  175. this.chkGdate.AutoSize = true;
  176. this.chkGdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.chkGdate.Location = new System.Drawing.Point(118, 49);
  178. this.chkGdate.Name = "chkGdate";
  179. this.chkGdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  180. this.chkGdate.Size = new System.Drawing.Size(120, 16);
  181. this.chkGdate.TabIndex = 10;
  182. this.chkGdate.Text = "统计起始注浆日期";
  183. this.chkGdate.UseVisualStyleBackColor = true;
  184. this.chkGdate.CheckedChanged += new System.EventHandler(this.chkGdate_CheckedChanged);
  185. //
  186. // dtpGdate
  187. //
  188. this.dtpGdate.CustomFormat = "yyyy-MM-dd";
  189. this.dtpGdate.Enabled = false;
  190. this.dtpGdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.dtpGdate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  192. this.dtpGdate.Location = new System.Drawing.Point(244, 47);
  193. this.dtpGdate.Name = "dtpGdate";
  194. this.dtpGdate.Size = new System.Drawing.Size(120, 21);
  195. this.dtpGdate.TabIndex = 9;
  196. //
  197. // txtDisplayNo
  198. //
  199. this.txtDisplayNo.AllowNegative = false;
  200. this.txtDisplayNo.BackColor = System.Drawing.SystemColors.Window;
  201. this.txtDisplayNo.BackgroundColor = System.Drawing.SystemColors.Window;
  202. this.txtDisplayNo.EditingControlFormattedValue = "";
  203. this.txtDisplayNo.ErrorMessage = "";
  204. this.txtDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.txtDisplayNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  206. this.txtDisplayNo.Location = new System.Drawing.Point(429, 20);
  207. this.txtDisplayNo.MaxLength = 3;
  208. this.txtDisplayNo.MaxValue = new decimal(new int[] {
  209. 999,
  210. 0,
  211. 0,
  212. 0});
  213. this.txtDisplayNo.MinValue = new decimal(new int[] {
  214. 0,
  215. 0,
  216. 0,
  217. 0});
  218. this.txtDisplayNo.Name = "txtDisplayNo";
  219. this.txtDisplayNo.Number = new System.Drawing.Point(0, 0);
  220. this.txtDisplayNo.Size = new System.Drawing.Size(120, 21);
  221. this.txtDisplayNo.TabIndex = 4;
  222. this.txtDisplayNo.TextValue = "";
  223. //
  224. // lblDisplayNo
  225. //
  226. this.lblDisplayNo.AutoSize = true;
  227. this.lblDisplayNo.BackColor = System.Drawing.Color.Transparent;
  228. this.lblDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.lblDisplayNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  230. this.lblDisplayNo.IsMustInput = true;
  231. this.lblDisplayNo.Location = new System.Drawing.Point(370, 24);
  232. this.lblDisplayNo.Name = "lblDisplayNo";
  233. this.lblDisplayNo.Size = new System.Drawing.Size(53, 12);
  234. this.lblDisplayNo.TabIndex = 3;
  235. this.lblDisplayNo.Text = "显示顺序";
  236. //
  237. // chkVYes
  238. //
  239. this.chkVYes.AutoSize = true;
  240. this.chkVYes.Checked = true;
  241. this.chkVYes.CheckState = System.Windows.Forms.CheckState.Checked;
  242. this.chkVYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.chkVYes.Location = new System.Drawing.Point(14, 49);
  244. this.chkVYes.Name = "chkVYes";
  245. this.chkVYes.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  246. this.chkVYes.Size = new System.Drawing.Size(72, 16);
  247. this.chkVYes.TabIndex = 6;
  248. this.chkVYes.Text = "有效标识";
  249. this.chkVYes.UseVisualStyleBackColor = true;
  250. //
  251. // dkproductionLineSearchBox1
  252. //
  253. this.dkproductionLineSearchBox1.BackColor = System.Drawing.Color.Transparent;
  254. this.dkproductionLineSearchBox1.DataSource = null;
  255. this.dkproductionLineSearchBox1.Enabled = true;
  256. this.dkproductionLineSearchBox1.IsEnablePurview = false;
  257. this.dkproductionLineSearchBox1.IsMustInput = true;
  258. this.dkproductionLineSearchBox1.Location = new System.Drawing.Point(197, 20);
  259. this.dkproductionLineSearchBox1.Name = "dkproductionLineSearchBox1";
  260. this.dkproductionLineSearchBox1.ProductionLineCode = "";
  261. this.dkproductionLineSearchBox1.ProductionLineID = null;
  262. this.dkproductionLineSearchBox1.ProductionLineIDS = null;
  263. this.dkproductionLineSearchBox1.ProductionLineName = null;
  264. this.dkproductionLineSearchBox1.Purview = null;
  265. this.dkproductionLineSearchBox1.PurviewType = ((byte)(0));
  266. this.dkproductionLineSearchBox1.Size = new System.Drawing.Size(167, 21);
  267. this.dkproductionLineSearchBox1.TabIndex = 2;
  268. this.dkproductionLineSearchBox1.Title = "生产线";
  269. this.dkproductionLineSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  270. //
  271. // dgvTransferSetting
  272. //
  273. this.dgvTransferSetting.AllowUserToModifyRows = true;
  274. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  275. this.dgvTransferSetting.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  276. this.dgvTransferSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  277. | System.Windows.Forms.AnchorStyles.Left)
  278. | System.Windows.Forms.AnchorStyles.Right)));
  279. this.dgvTransferSetting.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  280. this.dgvTransferSetting.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  281. this.dgvTransferSetting.CellHeight = 23;
  282. this.dgvTransferSetting.ChildNodeColumnName = null;
  283. this.dgvTransferSetting.ChildNodeColumnText = null;
  284. this.dgvTransferSetting.ColumnDeep = 1;
  285. this.dgvTransferSetting.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  286. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  287. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  288. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  290. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  291. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  292. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  293. this.dgvTransferSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  294. this.dgvTransferSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  295. this.dgvTransferSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  296. this.PROCEDUREID,
  297. this.ProcedureName,
  298. this.PERPROCEDUREID,
  299. this.PerProcedureName,
  300. this.OUTTECDEPID,
  301. this.outName,
  302. this.INTECDEPID,
  303. this.InName,
  304. this.DisplayNo});
  305. this.dgvTransferSetting.ColumnTreeView = null;
  306. this.dgvTransferSetting.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)));
  307. this.dgvTransferSetting.DynamicColumnName = "";
  308. this.dgvTransferSetting.EnableHeadersVisualStyles = false;
  309. this.dgvTransferSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.dgvTransferSetting.HorizontalMergeColumn = null;
  311. this.dgvTransferSetting.IsAutoCountSum = true;
  312. this.dgvTransferSetting.IsAutoResizeColumns = false;
  313. this.dgvTransferSetting.IsClickF12 = false;
  314. this.dgvTransferSetting.IsOpenMergeCellFlag = false;
  315. this.dgvTransferSetting.IsSubTotalFlag = false;
  316. this.dgvTransferSetting.IsTopDeep = false;
  317. this.dgvTransferSetting.Location = new System.Drawing.Point(12, 144);
  318. this.dgvTransferSetting.MergeColumnNames = null;
  319. this.dgvTransferSetting.MergeDetailColumnNames = null;
  320. this.dgvTransferSetting.MergeDetailOnlyColumn = null;
  321. this.dgvTransferSetting.MergeOnlyColumn = null;
  322. this.dgvTransferSetting.Name = "dgvTransferSetting";
  323. this.dgvTransferSetting.RefreshAtHscroll = false;
  324. this.dgvTransferSetting.RowHeadersWidth = 50;
  325. this.dgvTransferSetting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  326. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  327. this.dgvTransferSetting.RowsDefaultCellStyle = dataGridViewCellStyle4;
  328. this.dgvTransferSetting.RowTemplate.Height = 21;
  329. this.dgvTransferSetting.Size = new System.Drawing.Size(579, 303);
  330. this.dgvTransferSetting.SortOrderColumnName = null;
  331. this.dgvTransferSetting.TabIndex = 0;
  332. this.dgvTransferSetting.Tag = true;
  333. this.dgvTransferSetting.TotalSumColumns = null;
  334. this.dgvTransferSetting.ViewRowFilter = "";
  335. this.dgvTransferSetting.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvTransferSetting_CellBeginEdit);
  336. this.dgvTransferSetting.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTransferSetting_CellValueChanged);
  337. this.dgvTransferSetting.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvTransferSetting_DefaultValuesNeeded);
  338. this.dgvTransferSetting.Sorted += new System.EventHandler(this.dgvUser_Sorted);
  339. //
  340. // PROCEDUREID
  341. //
  342. this.PROCEDUREID.DataPropertyName = "PROCEDUREID";
  343. this.PROCEDUREID.HeaderText = "PROCEDUREID";
  344. this.PROCEDUREID.Name = "PROCEDUREID";
  345. this.PROCEDUREID.Visible = false;
  346. //
  347. // ProcedureName
  348. //
  349. this.ProcedureName.DataPropertyName = "ProcedureName";
  350. this.ProcedureName.HeaderText = "工序名称";
  351. this.ProcedureName.Name = "ProcedureName";
  352. //
  353. // PERPROCEDUREID
  354. //
  355. this.PERPROCEDUREID.DataPropertyName = "PERPROCEDUREID";
  356. this.PERPROCEDUREID.HeaderText = "PERPROCEDUREID";
  357. this.PERPROCEDUREID.Name = "PERPROCEDUREID";
  358. this.PERPROCEDUREID.Visible = false;
  359. //
  360. // PerProcedureName
  361. //
  362. this.PerProcedureName.DataPropertyName = "PerProcedureName";
  363. this.PerProcedureName.HeaderText = "前工序名称";
  364. this.PerProcedureName.Name = "PerProcedureName";
  365. //
  366. // OUTTECDEPID
  367. //
  368. this.OUTTECDEPID.DataPropertyName = "OUTTECDEPID";
  369. this.OUTTECDEPID.HeaderText = "OUTTECDEPID";
  370. this.OUTTECDEPID.Name = "OUTTECDEPID";
  371. this.OUTTECDEPID.Visible = false;
  372. //
  373. // outName
  374. //
  375. this.outName.DataPropertyName = "outName";
  376. this.outName.HeaderText = "工艺部门(出)";
  377. this.outName.Name = "outName";
  378. //
  379. // INTECDEPID
  380. //
  381. this.INTECDEPID.DataPropertyName = "INTECDEPID";
  382. this.INTECDEPID.HeaderText = "INTECDEPID";
  383. this.INTECDEPID.Name = "INTECDEPID";
  384. this.INTECDEPID.Visible = false;
  385. //
  386. // InName
  387. //
  388. this.InName.DataPropertyName = "InName";
  389. this.InName.HeaderText = "工艺部门(入)";
  390. this.InName.Name = "InName";
  391. //
  392. // DisplayNo
  393. //
  394. this.DisplayNo.AllowNegative = false;
  395. this.DisplayNo.AllowZero = false;
  396. this.DisplayNo.DataPropertyName = "DisplayNo";
  397. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  398. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
  399. this.DisplayNo.HeaderText = "显示顺序";
  400. this.DisplayNo.MaxValue = new decimal(new int[] {
  401. 999,
  402. 0,
  403. 0,
  404. 0});
  405. this.DisplayNo.MinValue = new decimal(new int[] {
  406. 1,
  407. 0,
  408. 0,
  409. 0});
  410. this.DisplayNo.Name = "DisplayNo";
  411. this.DisplayNo.Number = new System.Drawing.Point(0, 0);
  412. //
  413. // F_MST_1103
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.CancelButton = this.btnCancel;
  418. this.ClientSize = new System.Drawing.Size(605, 512);
  419. this.Controls.Add(this.dgvTransferSetting);
  420. this.Controls.Add(this.c_GroupBox1);
  421. this.Controls.Add(this.btnCancel);
  422. this.Controls.Add(this.btnSave);
  423. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  424. this.IsSaveFormSize = false;
  425. this.Name = "F_MST_1103";
  426. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  427. this.Text = "配置管理";
  428. this.Load += new System.EventHandler(this.F_MST_1103_Load);
  429. this.Shown += new System.EventHandler(this.F_PC_0102_1_1_Shown);
  430. this.Controls.SetChildIndex(this.btnSave, 0);
  431. this.Controls.SetChildIndex(this.btnCancel, 0);
  432. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  433. this.Controls.SetChildIndex(this.dgvTransferSetting, 0);
  434. this.c_GroupBox1.ResumeLayout(false);
  435. this.c_GroupBox1.PerformLayout();
  436. ((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).EndInit();
  437. this.ResumeLayout(false);
  438. this.PerformLayout();
  439. }
  440. #endregion
  441. private Basics.BaseControls.C_Label lblName;
  442. private Basics.BaseControls.C_TextBox txtName;
  443. private Basics.BaseControls.C_Label lblRemarks;
  444. private Basics.BaseControls.C_TextBox txtRemarks;
  445. private Basics.BaseControls.C_Button btnSave;
  446. private Basics.BaseControls.C_Button btnCancel;
  447. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  448. private Basics.BaseControls.C_DataGridView dgvTransferSetting;
  449. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox1;
  450. private Basics.BaseControls.C_CheckBox chkVYes;
  451. private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
  452. private Basics.BaseControls.C_Label lblDisplayNo;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREID;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn PERPROCEDUREID;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn PerProcedureName;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn OUTTECDEPID;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn outName;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn INTECDEPID;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn InName;
  461. private Basics.BaseControls.C_DGV_Column_Digital DisplayNo;
  462. private Basics.BaseControls.C_CheckBox chkGdate;
  463. private Basics.BaseControls.C_DateTimePicker dtpGdate;
  464. }
  465. }