S_CMN_005.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_005
  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(S_CMN_005));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblMouldTypeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtMouldTypeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.cbCanManyTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  38. this.dgvMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.GMOULDTYPEID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.GMOULDTYPECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GMOULDTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.CanManyTimes = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.CanManyTimesV = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldType)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // lblMouldTypeCode
  54. //
  55. this.lblMouldTypeCode.AutoSize = true;
  56. this.lblMouldTypeCode.BackColor = System.Drawing.Color.Transparent;
  57. this.lblMouldTypeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblMouldTypeCode.ForeColor = System.Drawing.SystemColors.ControlText;
  59. this.lblMouldTypeCode.Image = ((System.Drawing.Image)(resources.GetObject("lblMouldTypeCode.Image")));
  60. this.lblMouldTypeCode.Location = new System.Drawing.Point(12, 18);
  61. this.lblMouldTypeCode.Name = "lblMouldTypeCode";
  62. this.lblMouldTypeCode.Size = new System.Drawing.Size(53, 12);
  63. this.lblMouldTypeCode.TabIndex = 0;
  64. this.lblMouldTypeCode.Text = "类型编码";
  65. //
  66. // txtMouldTypeCode
  67. //
  68. this.txtMouldTypeCode.BackColor = System.Drawing.SystemColors.Window;
  69. this.txtMouldTypeCode.BackgroundColor = System.Drawing.SystemColors.Window;
  70. this.txtMouldTypeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  71. this.txtMouldTypeCode.ErrorMessage = "";
  72. this.txtMouldTypeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.txtMouldTypeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  74. this.txtMouldTypeCode.Location = new System.Drawing.Point(71, 14);
  75. this.txtMouldTypeCode.MaxLength = 6;
  76. this.txtMouldTypeCode.Name = "txtMouldTypeCode";
  77. this.txtMouldTypeCode.Size = new System.Drawing.Size(120, 21);
  78. this.txtMouldTypeCode.TabIndex = 1;
  79. //
  80. // lblMouldTypeName
  81. //
  82. this.lblMouldTypeName.AutoSize = true;
  83. this.lblMouldTypeName.BackColor = System.Drawing.Color.Transparent;
  84. this.lblMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.lblMouldTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
  86. this.lblMouldTypeName.Image = ((System.Drawing.Image)(resources.GetObject("lblMouldTypeName.Image")));
  87. this.lblMouldTypeName.Location = new System.Drawing.Point(197, 18);
  88. this.lblMouldTypeName.Name = "lblMouldTypeName";
  89. this.lblMouldTypeName.Size = new System.Drawing.Size(53, 12);
  90. this.lblMouldTypeName.TabIndex = 2;
  91. this.lblMouldTypeName.Text = "类型名称";
  92. //
  93. // txtMouldTypeName
  94. //
  95. this.txtMouldTypeName.BackColor = System.Drawing.SystemColors.Window;
  96. this.txtMouldTypeName.BackgroundColor = System.Drawing.SystemColors.Window;
  97. this.txtMouldTypeName.ErrorMessage = "";
  98. this.txtMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.txtMouldTypeName.Location = new System.Drawing.Point(256, 14);
  100. this.txtMouldTypeName.MaxLength = 20;
  101. this.txtMouldTypeName.Name = "txtMouldTypeName";
  102. this.txtMouldTypeName.Size = new System.Drawing.Size(120, 21);
  103. this.txtMouldTypeName.TabIndex = 3;
  104. //
  105. // cbCanManyTimes
  106. //
  107. this.cbCanManyTimes.AutoSize = true;
  108. this.cbCanManyTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.cbCanManyTimes.Location = new System.Drawing.Point(382, 16);
  110. this.cbCanManyTimes.Name = "cbCanManyTimes";
  111. this.cbCanManyTimes.Size = new System.Drawing.Size(84, 16);
  112. this.cbCanManyTimes.TabIndex = 4;
  113. this.cbCanManyTimes.Text = "可多次注浆";
  114. this.cbCanManyTimes.UseVisualStyleBackColor = true;
  115. //
  116. // dgvMouldType
  117. //
  118. this.dgvMouldType.AllowUserToAddRows = false;
  119. this.dgvMouldType.AllowUserToDeleteRows = false;
  120. this.dgvMouldType.AllowUserToModifyRows = true;
  121. this.dgvMouldType.AllowUserToOrderColumns = true;
  122. this.dgvMouldType.AllowUserToResizeRows = false;
  123. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  124. this.dgvMouldType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  125. this.dgvMouldType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  126. this.dgvMouldType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  127. this.dgvMouldType.CellHeight = 23;
  128. this.dgvMouldType.ChildNodeColumnName = null;
  129. this.dgvMouldType.ChildNodeColumnText = null;
  130. this.dgvMouldType.ColumnDeep = 1;
  131. this.dgvMouldType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  134. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvMouldType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  140. this.dgvMouldType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvMouldType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.GMOULDTYPEID,
  143. this.Sel,
  144. this.GMOULDTYPECODE,
  145. this.GMOULDTYPENAME,
  146. this.CanManyTimes,
  147. this.CanManyTimesV});
  148. this.dgvMouldType.ColumnTreeView = null;
  149. this.dgvMouldType.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  150. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  151. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  152. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  154. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  155. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  156. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  157. this.dgvMouldType.DefaultCellStyle = dataGridViewCellStyle3;
  158. this.dgvMouldType.DynamicColumnName = "";
  159. this.dgvMouldType.EnableHeadersVisualStyles = false;
  160. this.dgvMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.dgvMouldType.HorizontalMergeColumn = null;
  162. this.dgvMouldType.IsAutoCountSum = true;
  163. this.dgvMouldType.IsAutoResizeColumns = false;
  164. this.dgvMouldType.IsClickF12 = false;
  165. this.dgvMouldType.IsOpenMergeCellFlag = false;
  166. this.dgvMouldType.IsSubTotalFlag = false;
  167. this.dgvMouldType.IsTopDeep = false;
  168. this.dgvMouldType.Location = new System.Drawing.Point(15, 44);
  169. this.dgvMouldType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  170. this.dgvMouldType.MergeColumnNames = null;
  171. this.dgvMouldType.MergeDetailColumnNames = null;
  172. this.dgvMouldType.MergeDetailOnlyColumn = null;
  173. this.dgvMouldType.MergeOnlyColumn = null;
  174. this.dgvMouldType.MultiSelect = false;
  175. this.dgvMouldType.Name = "dgvMouldType";
  176. this.dgvMouldType.RefreshAtHscroll = false;
  177. this.dgvMouldType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  178. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  179. this.dgvMouldType.RowsDefaultCellStyle = dataGridViewCellStyle4;
  180. this.dgvMouldType.RowTemplate.Height = 21;
  181. this.dgvMouldType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  182. this.dgvMouldType.Size = new System.Drawing.Size(645, 387);
  183. this.dgvMouldType.SortOrderColumnName = null;
  184. this.dgvMouldType.TabIndex = 7;
  185. this.dgvMouldType.Tag = true;
  186. this.dgvMouldType.TotalSumColumns = null;
  187. this.dgvMouldType.ViewRowFilter = "";
  188. this.dgvMouldType.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  189. //
  190. // btnSearch
  191. //
  192. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  193. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  194. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  195. this.btnSearch.ForeColor = System.Drawing.Color.White;
  196. this.btnSearch.Location = new System.Drawing.Point(484, 9);
  197. this.btnSearch.Name = "btnSearch";
  198. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  199. this.btnSearch.TabIndex = 5;
  200. this.btnSearch.Text = "查询";
  201. this.btnSearch.UseVisualStyleBackColor = true;
  202. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  203. //
  204. // btnOK
  205. //
  206. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  207. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  208. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  209. this.btnOK.ForeColor = System.Drawing.Color.White;
  210. this.btnOK.Location = new System.Drawing.Point(484, 436);
  211. this.btnOK.Name = "btnOK";
  212. this.btnOK.Size = new System.Drawing.Size(85, 30);
  213. this.btnOK.TabIndex = 9;
  214. this.btnOK.Text = "确定";
  215. this.btnOK.UseVisualStyleBackColor = true;
  216. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  217. //
  218. // btnClose
  219. //
  220. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  221. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  222. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  223. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  224. this.btnClose.ForeColor = System.Drawing.Color.White;
  225. this.btnClose.Location = new System.Drawing.Point(575, 436);
  226. this.btnClose.Name = "btnClose";
  227. this.btnClose.Size = new System.Drawing.Size(85, 30);
  228. this.btnClose.TabIndex = 10;
  229. this.btnClose.Text = "取消";
  230. this.btnClose.UseVisualStyleBackColor = true;
  231. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  232. //
  233. // chkChooseAll
  234. //
  235. this.chkChooseAll.AutoSize = true;
  236. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  237. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.chkChooseAll.Location = new System.Drawing.Point(12, 436);
  239. this.chkChooseAll.Name = "chkChooseAll";
  240. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  241. this.chkChooseAll.TabIndex = 8;
  242. this.chkChooseAll.Text = "全选";
  243. this.chkChooseAll.UseVisualStyleBackColor = false;
  244. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  245. //
  246. // btnClearCondition
  247. //
  248. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  249. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  250. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  251. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  253. this.btnClearCondition.Location = new System.Drawing.Point(575, 9);
  254. this.btnClearCondition.Name = "btnClearCondition";
  255. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  256. this.btnClearCondition.TabIndex = 6;
  257. this.btnClearCondition.Text = "清空条件";
  258. this.btnClearCondition.UseVisualStyleBackColor = false;
  259. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  260. //
  261. // GMOULDTYPEID
  262. //
  263. this.GMOULDTYPEID.DataPropertyName = "GMOULDTYPEID";
  264. this.GMOULDTYPEID.HeaderText = "GMouldTypeID";
  265. this.GMOULDTYPEID.Name = "GMOULDTYPEID";
  266. this.GMOULDTYPEID.ReadOnly = true;
  267. this.GMOULDTYPEID.Visible = false;
  268. //
  269. // Sel
  270. //
  271. this.Sel.DataPropertyName = "sel";
  272. this.Sel.FalseValue = "0";
  273. this.Sel.HeaderText = "选择";
  274. this.Sel.Name = "Sel";
  275. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  276. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  277. this.Sel.TrueValue = "1";
  278. this.Sel.Visible = false;
  279. //
  280. // GMOULDTYPECODE
  281. //
  282. this.GMOULDTYPECODE.DataPropertyName = "GMOULDTYPECODE";
  283. this.GMOULDTYPECODE.HeaderText = "成型线类型编码";
  284. this.GMOULDTYPECODE.Name = "GMOULDTYPECODE";
  285. this.GMOULDTYPECODE.ReadOnly = true;
  286. this.GMOULDTYPECODE.Width = 200;
  287. //
  288. // GMOULDTYPENAME
  289. //
  290. this.GMOULDTYPENAME.DataPropertyName = "GMOULDTYPENAME";
  291. this.GMOULDTYPENAME.HeaderText = "成型线类型名称";
  292. this.GMOULDTYPENAME.Name = "GMOULDTYPENAME";
  293. this.GMOULDTYPENAME.ReadOnly = true;
  294. this.GMOULDTYPENAME.Width = 200;
  295. //
  296. // CanManyTimes
  297. //
  298. this.CanManyTimes.DataPropertyName = "CanManyTimes";
  299. this.CanManyTimes.FalseValue = "0";
  300. this.CanManyTimes.HeaderText = "能否多次注浆";
  301. this.CanManyTimes.Name = "CanManyTimes";
  302. this.CanManyTimes.ReadOnly = true;
  303. this.CanManyTimes.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  304. this.CanManyTimes.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  305. this.CanManyTimes.TrueValue = "1";
  306. //
  307. // CanManyTimesV
  308. //
  309. this.CanManyTimesV.DataPropertyName = "CanManyTimes";
  310. this.CanManyTimesV.HeaderText = "CanManyTimes";
  311. this.CanManyTimesV.Name = "CanManyTimesV";
  312. this.CanManyTimesV.ReadOnly = true;
  313. this.CanManyTimesV.Visible = false;
  314. //
  315. // S_CMN_005
  316. //
  317. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  318. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  319. this.CancelButton = this.btnClose;
  320. this.ClientSize = new System.Drawing.Size(672, 491);
  321. this.Controls.Add(this.btnClearCondition);
  322. this.Controls.Add(this.chkChooseAll);
  323. this.Controls.Add(this.btnClose);
  324. this.Controls.Add(this.btnOK);
  325. this.Controls.Add(this.btnSearch);
  326. this.Controls.Add(this.dgvMouldType);
  327. this.Controls.Add(this.cbCanManyTimes);
  328. this.Controls.Add(this.txtMouldTypeName);
  329. this.Controls.Add(this.lblMouldTypeName);
  330. this.Controls.Add(this.txtMouldTypeCode);
  331. this.Controls.Add(this.lblMouldTypeCode);
  332. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  333. this.IsSaveFormSize = false;
  334. this.MaximizeBox = false;
  335. this.Name = "S_CMN_005";
  336. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  337. this.StatusSizingGrip = false;
  338. this.Text = "选择成型线类型";
  339. this.Controls.SetChildIndex(this.lblMouldTypeCode, 0);
  340. this.Controls.SetChildIndex(this.txtMouldTypeCode, 0);
  341. this.Controls.SetChildIndex(this.lblMouldTypeName, 0);
  342. this.Controls.SetChildIndex(this.txtMouldTypeName, 0);
  343. this.Controls.SetChildIndex(this.cbCanManyTimes, 0);
  344. this.Controls.SetChildIndex(this.dgvMouldType, 0);
  345. this.Controls.SetChildIndex(this.btnSearch, 0);
  346. this.Controls.SetChildIndex(this.btnOK, 0);
  347. this.Controls.SetChildIndex(this.btnClose, 0);
  348. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  349. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  350. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldType)).EndInit();
  351. this.ResumeLayout(false);
  352. this.PerformLayout();
  353. }
  354. #endregion
  355. private Basics.BaseControls.C_Label lblMouldTypeCode;
  356. private Basics.BaseControls.C_TextBox txtMouldTypeCode;
  357. private Basics.BaseControls.C_Label lblMouldTypeName;
  358. private Basics.BaseControls.C_TextBox txtMouldTypeName;
  359. private Basics.BaseControls.C_CheckBox cbCanManyTimes;
  360. private Basics.BaseControls.C_DataGridView dgvMouldType;
  361. private Basics.BaseControls.C_Button btnSearch;
  362. private Basics.BaseControls.C_Button btnOK;
  363. private Basics.BaseControls.C_Button btnClose;
  364. private Basics.BaseControls.C_CheckBox chkChooseAll;
  365. private Basics.BaseControls.C_Button btnClearCondition;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDTYPEID;
  367. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDTYPECODE;
  369. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDTYPENAME;
  370. private System.Windows.Forms.DataGridViewCheckBoxColumn CanManyTimes;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimesV;
  372. }
  373. }