F_MST_1202.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1202
  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_1202));
  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. this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.dkDefectTypeNameSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectTypeNameSearchBox();
  40. this.txtDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  41. this.lblDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  43. this.userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.btnAddUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnDeleteUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.c_GroupBox1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // lblName
  53. //
  54. this.lblName.AutoSize = true;
  55. this.lblName.BackColor = System.Drawing.Color.Transparent;
  56. this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  58. this.lblName.IsMustInput = true;
  59. this.lblName.Location = new System.Drawing.Point(24, 24);
  60. this.lblName.Name = "lblName";
  61. this.lblName.Size = new System.Drawing.Size(53, 12);
  62. this.lblName.TabIndex = 0;
  63. this.lblName.Text = "分组名称";
  64. //
  65. // txtName
  66. //
  67. this.txtName.BackColor = System.Drawing.SystemColors.Window;
  68. this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
  69. this.txtName.ErrorMessage = "";
  70. this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.txtName.Location = new System.Drawing.Point(83, 20);
  72. this.txtName.MaxLength = 20;
  73. this.txtName.Name = "txtName";
  74. this.txtName.Size = new System.Drawing.Size(120, 21);
  75. this.txtName.TabIndex = 1;
  76. //
  77. // lblRemarks
  78. //
  79. this.lblRemarks.AutoSize = true;
  80. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  81. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  83. this.lblRemarks.Location = new System.Drawing.Point(212, 24);
  84. this.lblRemarks.Name = "lblRemarks";
  85. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  86. this.lblRemarks.TabIndex = 5;
  87. this.lblRemarks.Text = "备注";
  88. //
  89. // txtRemarks
  90. //
  91. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  92. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  93. this.txtRemarks.ErrorMessage = "";
  94. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.txtRemarks.Location = new System.Drawing.Point(247, 20);
  96. this.txtRemarks.MaxLength = 500;
  97. this.txtRemarks.Multiline = true;
  98. this.txtRemarks.Name = "txtRemarks";
  99. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  100. this.txtRemarks.Size = new System.Drawing.Size(173, 76);
  101. this.txtRemarks.TabIndex = 6;
  102. //
  103. // btnSave
  104. //
  105. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  106. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  107. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  108. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.btnSave.ForeColor = System.Drawing.Color.White;
  110. this.btnSave.Location = new System.Drawing.Point(273, 457);
  111. this.btnSave.Name = "btnSave";
  112. this.btnSave.Size = new System.Drawing.Size(85, 30);
  113. this.btnSave.TabIndex = 4;
  114. this.btnSave.Text = "保存(&S)";
  115. this.btnSave.UseVisualStyleBackColor = false;
  116. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  117. //
  118. // btnCancel
  119. //
  120. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  121. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  122. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  123. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  124. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.btnCancel.ForeColor = System.Drawing.Color.White;
  126. this.btnCancel.Location = new System.Drawing.Point(364, 457);
  127. this.btnCancel.Name = "btnCancel";
  128. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  129. this.btnCancel.TabIndex = 5;
  130. this.btnCancel.Text = "关闭";
  131. this.btnCancel.UseVisualStyleBackColor = false;
  132. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  133. //
  134. // c_GroupBox1
  135. //
  136. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  137. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  138. this.c_GroupBox1.CanExpand = false;
  139. this.c_GroupBox1.Controls.Add(this.dkDefectTypeNameSearchBox1);
  140. this.c_GroupBox1.Controls.Add(this.txtDisplayNo);
  141. this.c_GroupBox1.Controls.Add(this.lblDisplayNo);
  142. this.c_GroupBox1.Controls.Add(this.lblName);
  143. this.c_GroupBox1.Controls.Add(this.txtName);
  144. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  145. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  146. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this.c_GroupBox1.IsMustInput = false;
  149. this.c_GroupBox1.Location = new System.Drawing.Point(12, 12);
  150. this.c_GroupBox1.Name = "c_GroupBox1";
  151. this.c_GroupBox1.OpeningMark = "";
  152. this.c_GroupBox1.OriginalHeight = -1;
  153. this.c_GroupBox1.Size = new System.Drawing.Size(437, 105);
  154. this.c_GroupBox1.TabIndex = 0;
  155. this.c_GroupBox1.TabStop = false;
  156. this.c_GroupBox1.Text = "分组信息 ";
  157. //
  158. // dkDefectTypeNameSearchBox1
  159. //
  160. this.dkDefectTypeNameSearchBox1.BackColor = System.Drawing.Color.Transparent;
  161. this.dkDefectTypeNameSearchBox1.DataSource = null;
  162. this.dkDefectTypeNameSearchBox1.DefectTypeID = null;
  163. this.dkDefectTypeNameSearchBox1.DefectTypeIDS = null;
  164. this.dkDefectTypeNameSearchBox1.DefectTypeName = null;
  165. this.dkDefectTypeNameSearchBox1.Enabled = true;
  166. this.dkDefectTypeNameSearchBox1.IsEnablePurview = false;
  167. this.dkDefectTypeNameSearchBox1.IsMustInput = true;
  168. this.dkDefectTypeNameSearchBox1.Location = new System.Drawing.Point(24, 48);
  169. this.dkDefectTypeNameSearchBox1.Name = "dkDefectTypeNameSearchBox1";
  170. this.dkDefectTypeNameSearchBox1.Purview = null;
  171. this.dkDefectTypeNameSearchBox1.PurviewType = ((byte)(0));
  172. this.dkDefectTypeNameSearchBox1.Size = new System.Drawing.Size(179, 21);
  173. this.dkDefectTypeNameSearchBox1.TabIndex = 2;
  174. this.dkDefectTypeNameSearchBox1.Title = "缺陷类别";
  175. this.dkDefectTypeNameSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  176. //
  177. // txtDisplayNo
  178. //
  179. this.txtDisplayNo.AllowNegative = false;
  180. this.txtDisplayNo.BackColor = System.Drawing.SystemColors.Window;
  181. this.txtDisplayNo.BackgroundColor = System.Drawing.SystemColors.Window;
  182. this.txtDisplayNo.DataValue = new decimal(new int[] {
  183. 0,
  184. 0,
  185. 0,
  186. 0});
  187. this.txtDisplayNo.EditingControlFormattedValue = "0";
  188. this.txtDisplayNo.ErrorMessage = "";
  189. this.txtDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.txtDisplayNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  191. this.txtDisplayNo.Location = new System.Drawing.Point(83, 75);
  192. this.txtDisplayNo.MaxLength = 3;
  193. this.txtDisplayNo.MaxValue = new decimal(new int[] {
  194. 999,
  195. 0,
  196. 0,
  197. 0});
  198. this.txtDisplayNo.MinValue = new decimal(new int[] {
  199. 0,
  200. 0,
  201. 0,
  202. 0});
  203. this.txtDisplayNo.Name = "txtDisplayNo";
  204. this.txtDisplayNo.Number = new System.Drawing.Point(0, 0);
  205. this.txtDisplayNo.Size = new System.Drawing.Size(120, 21);
  206. this.txtDisplayNo.TabIndex = 4;
  207. this.txtDisplayNo.Text = "0";
  208. this.txtDisplayNo.TextValue = "0";
  209. //
  210. // lblDisplayNo
  211. //
  212. this.lblDisplayNo.AutoSize = true;
  213. this.lblDisplayNo.BackColor = System.Drawing.Color.Transparent;
  214. this.lblDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.lblDisplayNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  216. this.lblDisplayNo.IsMustInput = true;
  217. this.lblDisplayNo.Location = new System.Drawing.Point(24, 78);
  218. this.lblDisplayNo.Name = "lblDisplayNo";
  219. this.lblDisplayNo.Size = new System.Drawing.Size(53, 12);
  220. this.lblDisplayNo.TabIndex = 3;
  221. this.lblDisplayNo.Text = "显示顺序";
  222. //
  223. // dgvUser
  224. //
  225. this.dgvUser.AllowUserToAddRows = false;
  226. this.dgvUser.AllowUserToDeleteRows = false;
  227. this.dgvUser.AllowUserToModifyRows = true;
  228. this.dgvUser.AllowUserToOrderColumns = true;
  229. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  230. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  231. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  232. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  233. this.dgvUser.CellHeight = 23;
  234. this.dgvUser.ChildNodeColumnName = null;
  235. this.dgvUser.ChildNodeColumnText = null;
  236. this.dgvUser.ColumnDeep = 1;
  237. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  238. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  239. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  240. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  242. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  243. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  244. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  245. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  246. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  247. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  248. this.userid,
  249. this.UserCode,
  250. this.UserName});
  251. this.dgvUser.ColumnTreeView = null;
  252. this.dgvUser.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)));
  253. this.dgvUser.DynamicColumnName = "";
  254. this.dgvUser.EnableHeadersVisualStyles = false;
  255. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.dgvUser.IsAutoCountSum = true;
  257. this.dgvUser.IsAutoResizeColumns = false;
  258. this.dgvUser.IsClickF12 = false;
  259. this.dgvUser.IsSubTotalFlag = false;
  260. this.dgvUser.Location = new System.Drawing.Point(12, 123);
  261. this.dgvUser.MultiSelect = false;
  262. this.dgvUser.Name = "dgvUser";
  263. this.dgvUser.ReadOnly = true;
  264. this.dgvUser.RefreshAtHscroll = false;
  265. this.dgvUser.RowHeadersWidth = 50;
  266. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  267. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  268. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle3;
  269. this.dgvUser.RowTemplate.Height = 21;
  270. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  271. this.dgvUser.Size = new System.Drawing.Size(437, 328);
  272. this.dgvUser.SortOrderColumnName = null;
  273. this.dgvUser.TabIndex = 1;
  274. this.dgvUser.Tag = true;
  275. this.dgvUser.TotalSumColumns = null;
  276. this.dgvUser.ViewRowFilter = "";
  277. //
  278. // userid
  279. //
  280. this.userid.DataPropertyName = "userid";
  281. this.userid.HeaderText = "userid";
  282. this.userid.Name = "userid";
  283. this.userid.ReadOnly = true;
  284. this.userid.Visible = false;
  285. //
  286. // UserCode
  287. //
  288. this.UserCode.DataPropertyName = "UserCode";
  289. this.UserCode.HeaderText = "工号编码";
  290. this.UserCode.Name = "UserCode";
  291. this.UserCode.ReadOnly = true;
  292. //
  293. // UserName
  294. //
  295. this.UserName.DataPropertyName = "UserName";
  296. this.UserName.HeaderText = "工号名称";
  297. this.UserName.Name = "UserName";
  298. this.UserName.ReadOnly = true;
  299. //
  300. // btnAddUser
  301. //
  302. this.btnAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  303. this.btnAddUser.BackColor = System.Drawing.Color.Transparent;
  304. this.btnAddUser.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddUser.BackgroundImage")));
  305. this.btnAddUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.btnAddUser.ForeColor = System.Drawing.Color.White;
  307. this.btnAddUser.Location = new System.Drawing.Point(12, 457);
  308. this.btnAddUser.Name = "btnAddUser";
  309. this.btnAddUser.Size = new System.Drawing.Size(85, 30);
  310. this.btnAddUser.TabIndex = 2;
  311. this.btnAddUser.Text = "添加工号(&A)";
  312. this.btnAddUser.UseVisualStyleBackColor = false;
  313. this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
  314. //
  315. // btnDeleteUser
  316. //
  317. this.btnDeleteUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  318. this.btnDeleteUser.BackColor = System.Drawing.Color.Transparent;
  319. this.btnDeleteUser.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteUser.BackgroundImage")));
  320. this.btnDeleteUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.btnDeleteUser.ForeColor = System.Drawing.Color.White;
  322. this.btnDeleteUser.Location = new System.Drawing.Point(103, 457);
  323. this.btnDeleteUser.Name = "btnDeleteUser";
  324. this.btnDeleteUser.Size = new System.Drawing.Size(85, 30);
  325. this.btnDeleteUser.TabIndex = 3;
  326. this.btnDeleteUser.Text = "删除工号(&D)";
  327. this.btnDeleteUser.UseVisualStyleBackColor = false;
  328. this.btnDeleteUser.Click += new System.EventHandler(this.btnDeleteUser_Click);
  329. //
  330. // F_MST_1202
  331. //
  332. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  333. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  334. this.CancelButton = this.btnCancel;
  335. this.ClientSize = new System.Drawing.Size(461, 512);
  336. this.Controls.Add(this.dgvUser);
  337. this.Controls.Add(this.c_GroupBox1);
  338. this.Controls.Add(this.btnDeleteUser);
  339. this.Controls.Add(this.btnAddUser);
  340. this.Controls.Add(this.btnCancel);
  341. this.Controls.Add(this.btnSave);
  342. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  343. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  344. this.IsSaveFormSize = false;
  345. this.MaximizeBox = false;
  346. this.MinimizeBox = false;
  347. this.Name = "F_MST_1202";
  348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  349. this.Text = "工号分组";
  350. this.Load += new System.EventHandler(this.F_MST_1202_Load);
  351. this.Controls.SetChildIndex(this.btnSave, 0);
  352. this.Controls.SetChildIndex(this.btnCancel, 0);
  353. this.Controls.SetChildIndex(this.btnAddUser, 0);
  354. this.Controls.SetChildIndex(this.btnDeleteUser, 0);
  355. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  356. this.Controls.SetChildIndex(this.dgvUser, 0);
  357. this.c_GroupBox1.ResumeLayout(false);
  358. this.c_GroupBox1.PerformLayout();
  359. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  360. this.ResumeLayout(false);
  361. this.PerformLayout();
  362. }
  363. #endregion
  364. private Basics.BaseControls.C_Label lblName;
  365. private Basics.BaseControls.C_TextBox txtName;
  366. private Basics.BaseControls.C_Label lblRemarks;
  367. private Basics.BaseControls.C_TextBox txtRemarks;
  368. private Basics.BaseControls.C_Button btnSave;
  369. private Basics.BaseControls.C_Button btnCancel;
  370. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  371. private Basics.BaseControls.C_DataGridView dgvUser;
  372. private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
  373. private Basics.BaseControls.C_Label lblDisplayNo;
  374. private Controls.SearchTextBox.dkDefectTypeNameSearchBox dkDefectTypeNameSearchBox1;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn userid;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  378. private Basics.BaseControls.C_Button btnAddUser;
  379. private Basics.BaseControls.C_Button btnDeleteUser;
  380. }
  381. }