F_MST_1101.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1101
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1101));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dgvTecDep = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  37. this.Name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.TypeFlag = new System.Windows.Forms.DataGridViewComboBoxColumn();
  39. this.TECHNOLOGYFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  42. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvTecDep)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dgvTecDep
  48. //
  49. this.dgvTecDep.AllowUserToDeleteRows = false;
  50. this.dgvTecDep.AllowUserToModifyRows = true;
  51. this.dgvTecDep.AllowUserToOrderColumns = true;
  52. this.dgvTecDep.AllowUserToResizeRows = false;
  53. this.dgvTecDep.AllowUserToSortRows = false;
  54. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  55. this.dgvTecDep.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  56. this.dgvTecDep.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.dgvTecDep.BorderStyle = System.Windows.Forms.BorderStyle.None;
  60. this.dgvTecDep.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  61. this.dgvTecDep.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  62. this.dgvTecDep.CellHeight = 23;
  63. this.dgvTecDep.ChildNodeColumnName = null;
  64. this.dgvTecDep.ChildNodeColumnText = null;
  65. this.dgvTecDep.ColumnDeep = 1;
  66. this.dgvTecDep.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  67. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  68. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  69. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  71. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  72. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  73. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  74. this.dgvTecDep.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  75. this.dgvTecDep.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  76. this.dgvTecDep.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  77. this.Name1,
  78. this.TypeFlag,
  79. this.TECHNOLOGYFLAG,
  80. this.ValueFlag,
  81. this.DisplayNo,
  82. this.Remarks,
  83. this.ID});
  84. this.dgvTecDep.ColumnTreeView = null;
  85. this.dgvTecDep.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)));
  86. this.dgvTecDep.DynamicColumnName = "";
  87. this.dgvTecDep.EnableHeadersVisualStyles = false;
  88. this.dgvTecDep.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.dgvTecDep.HorizontalMergeColumn = null;
  90. this.dgvTecDep.IsAutoCountSum = true;
  91. this.dgvTecDep.IsAutoResizeColumns = false;
  92. this.dgvTecDep.IsClickF12 = false;
  93. this.dgvTecDep.IsOpenMergeCellFlag = false;
  94. this.dgvTecDep.IsSubTotalFlag = false;
  95. this.dgvTecDep.IsTopDeep = false;
  96. this.dgvTecDep.Location = new System.Drawing.Point(12, 12);
  97. this.dgvTecDep.MergeColumnNames = null;
  98. this.dgvTecDep.MergeDetailColumnNames = null;
  99. this.dgvTecDep.MergeDetailOnlyColumn = null;
  100. this.dgvTecDep.MergeOnlyColumn = null;
  101. this.dgvTecDep.MultiSelect = false;
  102. this.dgvTecDep.Name = "dgvTecDep";
  103. this.dgvTecDep.RefreshAtHscroll = false;
  104. this.dgvTecDep.RowHeadersWidth = 50;
  105. this.dgvTecDep.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  106. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  107. this.dgvTecDep.RowsDefaultCellStyle = dataGridViewCellStyle4;
  108. this.dgvTecDep.RowTemplate.Height = 21;
  109. this.dgvTecDep.Size = new System.Drawing.Size(703, 287);
  110. this.dgvTecDep.SortOrderColumnName = null;
  111. this.dgvTecDep.TabIndex = 0;
  112. this.dgvTecDep.Tag = true;
  113. this.dgvTecDep.TotalSumColumns = null;
  114. this.dgvTecDep.ViewRowFilter = "";
  115. this.dgvTecDep.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataTonnage_CellValidated);
  116. this.dgvTecDep.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataTonnage_CellValidating);
  117. this.dgvTecDep.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataTonnage_DefaultValuesNeeded);
  118. this.dgvTecDep.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataTonnage_RowValidated);
  119. this.dgvTecDep.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataTonnage_RowValidating);
  120. this.dgvTecDep.Sorted += new System.EventHandler(this.dgvDataTonnage_Sorted);
  121. this.dgvTecDep.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataTonnage_UserAddedRow);
  122. //
  123. // btnCancel
  124. //
  125. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  126. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  127. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  128. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  129. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btnCancel.ForeColor = System.Drawing.Color.White;
  131. this.btnCancel.Location = new System.Drawing.Point(630, 304);
  132. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  133. this.btnCancel.Name = "btnCancel";
  134. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  135. this.btnCancel.TabIndex = 3;
  136. this.btnCancel.Text = "关闭";
  137. this.btnCancel.UseVisualStyleBackColor = true;
  138. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  139. //
  140. // btnSave
  141. //
  142. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  143. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  144. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  145. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnSave.ForeColor = System.Drawing.Color.White;
  147. this.btnSave.Location = new System.Drawing.Point(539, 304);
  148. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  149. this.btnSave.Name = "btnSave";
  150. this.btnSave.Size = new System.Drawing.Size(85, 30);
  151. this.btnSave.TabIndex = 2;
  152. this.btnSave.Text = "保存";
  153. this.btnSave.UseVisualStyleBackColor = true;
  154. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  155. //
  156. // chkDisplayDisabledData
  157. //
  158. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  159. this.chkDisplayDisabledData.AutoSize = true;
  160. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  161. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 304);
  163. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  164. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  165. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  166. this.chkDisplayDisabledData.TabIndex = 1;
  167. this.chkDisplayDisabledData.Text = "显示停用记录";
  168. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  169. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  170. //
  171. // Name1
  172. //
  173. this.Name1.DataPropertyName = "Name";
  174. this.Name1.HeaderText = "部门名称";
  175. this.Name1.MaxInputLength = 50;
  176. this.Name1.Name = "Name1";
  177. this.Name1.Width = 170;
  178. //
  179. // TypeFlag
  180. //
  181. this.TypeFlag.DataPropertyName = "TypeFlag";
  182. this.TypeFlag.HeaderText = "类型";
  183. this.TypeFlag.Name = "TypeFlag";
  184. this.TypeFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  185. this.TypeFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  186. //
  187. // TECHNOLOGYFLAG
  188. //
  189. this.TECHNOLOGYFLAG.DataPropertyName = "TechnologyFlag";
  190. this.TECHNOLOGYFLAG.FalseValue = "1";
  191. this.TECHNOLOGYFLAG.HeaderText = "成品工艺";
  192. this.TECHNOLOGYFLAG.Name = "TECHNOLOGYFLAG";
  193. this.TECHNOLOGYFLAG.TrueValue = "2";
  194. //
  195. // ValueFlag
  196. //
  197. this.ValueFlag.DataPropertyName = "ValueFlag";
  198. this.ValueFlag.FalseValue = "0";
  199. this.ValueFlag.HeaderText = "正常";
  200. this.ValueFlag.Name = "ValueFlag";
  201. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  202. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  203. this.ValueFlag.TrueValue = "1";
  204. this.ValueFlag.Width = 60;
  205. //
  206. // DisplayNo
  207. //
  208. this.DisplayNo.DataPropertyName = "DisplayNo";
  209. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  210. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
  211. this.DisplayNo.HeaderText = "显示顺序";
  212. this.DisplayNo.MaxValue = new decimal(new int[] {
  213. 999,
  214. 0,
  215. 0,
  216. 0});
  217. this.DisplayNo.MinValue = new decimal(new int[] {
  218. 1,
  219. 0,
  220. 0,
  221. 0});
  222. this.DisplayNo.Name = "DisplayNo";
  223. this.DisplayNo.Number = new System.Drawing.Point(5, 0);
  224. this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  225. this.DisplayNo.Width = 120;
  226. //
  227. // Remarks
  228. //
  229. this.Remarks.DataPropertyName = "Remarks";
  230. this.Remarks.HeaderText = "备注";
  231. this.Remarks.MaxInputLength = 500;
  232. this.Remarks.Name = "Remarks";
  233. this.Remarks.Width = 170;
  234. //
  235. // ID
  236. //
  237. this.ID.DataPropertyName = "ID";
  238. this.ID.HeaderText = "工艺ID";
  239. this.ID.Name = "ID";
  240. this.ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  241. this.ID.Visible = false;
  242. //
  243. // F_MST_1101
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.BackColor = System.Drawing.SystemColors.Window;
  248. this.CancelButton = this.btnCancel;
  249. this.ClientSize = new System.Drawing.Size(727, 358);
  250. this.Controls.Add(this.chkDisplayDisabledData);
  251. this.Controls.Add(this.btnCancel);
  252. this.Controls.Add(this.btnSave);
  253. this.Controls.Add(this.dgvTecDep);
  254. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  255. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  256. this.IsSaveFormSize = false;
  257. this.MaximizeBox = false;
  258. this.MinimizeBox = false;
  259. this.Name = "F_MST_1101";
  260. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  261. this.StatusBackColor = System.Drawing.SystemColors.Window;
  262. this.StatusSizingGrip = false;
  263. this.Text = "工艺部门";
  264. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0301_FormClosing);
  265. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0301_FormClosed);
  266. this.Load += new System.EventHandler(this.F_MST_0301_Load);
  267. this.Controls.SetChildIndex(this.dgvTecDep, 0);
  268. this.Controls.SetChildIndex(this.btnSave, 0);
  269. this.Controls.SetChildIndex(this.btnCancel, 0);
  270. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  271. ((System.ComponentModel.ISupportInitialize)(this.dgvTecDep)).EndInit();
  272. this.ResumeLayout(false);
  273. this.PerformLayout();
  274. }
  275. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvTecDep;
  276. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  277. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  278. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  279. #endregion
  280. private System.Windows.Forms.DataGridViewTextBoxColumn Name1;
  281. private System.Windows.Forms.DataGridViewComboBoxColumn TypeFlag;
  282. private System.Windows.Forms.DataGridViewCheckBoxColumn TECHNOLOGYFLAG;
  283. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  284. private Basics.BaseControls.C_DGV_Column_Digital DisplayNo;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  287. }
  288. }