frmMicLineQuery.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmMicLineQuery
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("标准类型");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数项目");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("工艺描述");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数1Min");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数1Max");
  36. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数2Min");
  37. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数2Max");
  38. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数3Min");
  39. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("参数3Max");
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("有效标志");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("录入人");
  42. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  43. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  44. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  45. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  46. this.ulgridJobStd = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.lblSteel = new System.Windows.Forms.Label();
  49. this.lblCraftName = new System.Windows.Forms.Label();
  50. this.lblCraftCode = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  55. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  56. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  57. this.rtbEssential = new System.Windows.Forms.RichTextBox();
  58. this.ultraDataSource2 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.chkCraft = new System.Windows.Forms.CheckBox();
  61. this.chkStation = new System.Windows.Forms.CheckBox();
  62. this.chkCard = new System.Windows.Forms.CheckBox();
  63. this.chkSteel = new System.Windows.Forms.CheckBox();
  64. this.cmbxStation = new System.Windows.Forms.ComboBox();
  65. this.cmbxCard = new System.Windows.Forms.ComboBox();
  66. this.cmbxSteel = new System.Windows.Forms.ComboBox();
  67. this.button1 = new System.Windows.Forms.Button();
  68. this.cmbxCraft = new System.Windows.Forms.ComboBox();
  69. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  70. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  71. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  72. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  73. this.ultbMain = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  74. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  75. this.ultraTabPageControl1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.ulgridJobStd)).BeginInit();
  77. this.panel2.SuspendLayout();
  78. this.ultraTabPageControl2.SuspendLayout();
  79. this.ultraTabPageControl3.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource2)).BeginInit();
  81. this.panel1.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.ultbMain)).BeginInit();
  83. this.ultbMain.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // ultraTabPageControl1
  87. //
  88. this.ultraTabPageControl1.Controls.Add(this.ulgridJobStd);
  89. this.ultraTabPageControl1.Controls.Add(this.panel2);
  90. this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
  91. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  92. this.ultraTabPageControl1.Size = new System.Drawing.Size(992, 634);
  93. //
  94. // ulgridJobStd
  95. //
  96. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  97. appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(223)))), ((int)(((byte)(233)))));
  98. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
  99. appearance1.FontData.SizeInPoints = 10.5F;
  100. this.ulgridJobStd.DisplayLayout.Appearance = appearance1;
  101. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  102. this.ulgridJobStd.DisplayLayout.Override.HeaderAppearance = appearance2;
  103. this.ulgridJobStd.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.ulgridJobStd.Location = new System.Drawing.Point(0, 34);
  105. this.ulgridJobStd.Name = "ulgridJobStd";
  106. this.ulgridJobStd.Size = new System.Drawing.Size(992, 600);
  107. this.ulgridJobStd.TabIndex = 2;
  108. //
  109. // panel2
  110. //
  111. this.panel2.BackColor = System.Drawing.Color.White;
  112. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  113. this.panel2.Controls.Add(this.lblSteel);
  114. this.panel2.Controls.Add(this.lblCraftName);
  115. this.panel2.Controls.Add(this.lblCraftCode);
  116. this.panel2.Controls.Add(this.label3);
  117. this.panel2.Controls.Add(this.label2);
  118. this.panel2.Controls.Add(this.label1);
  119. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  120. this.panel2.Location = new System.Drawing.Point(0, 0);
  121. this.panel2.Name = "panel2";
  122. this.panel2.Size = new System.Drawing.Size(992, 34);
  123. this.panel2.TabIndex = 3;
  124. //
  125. // lblSteel
  126. //
  127. this.lblSteel.AutoSize = true;
  128. this.lblSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.lblSteel.ForeColor = System.Drawing.Color.Red;
  130. this.lblSteel.Location = new System.Drawing.Point(73, 8);
  131. this.lblSteel.Name = "lblSteel";
  132. this.lblSteel.Size = new System.Drawing.Size(37, 14);
  133. this.lblSteel.TabIndex = 5;
  134. this.lblSteel.Text = "牌号";
  135. //
  136. // lblCraftName
  137. //
  138. this.lblCraftName.AutoSize = true;
  139. this.lblCraftName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.lblCraftName.ForeColor = System.Drawing.Color.Red;
  141. this.lblCraftName.Location = new System.Drawing.Point(579, 8);
  142. this.lblCraftName.Name = "lblCraftName";
  143. this.lblCraftName.Size = new System.Drawing.Size(67, 14);
  144. this.lblCraftName.TabIndex = 4;
  145. this.lblCraftName.Text = "工艺说明";
  146. //
  147. // lblCraftCode
  148. //
  149. this.lblCraftCode.AutoSize = true;
  150. this.lblCraftCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.lblCraftCode.ForeColor = System.Drawing.Color.Red;
  152. this.lblCraftCode.Location = new System.Drawing.Point(256, 8);
  153. this.lblCraftCode.Name = "lblCraftCode";
  154. this.lblCraftCode.Size = new System.Drawing.Size(207, 14);
  155. this.lblCraftCode.TabIndex = 3;
  156. this.lblCraftCode.Text = "LG000000000000000Q235D001";
  157. //
  158. // label3
  159. //
  160. this.label3.AutoSize = true;
  161. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.label3.Location = new System.Drawing.Point(32, 8);
  163. this.label3.Name = "label3";
  164. this.label3.Size = new System.Drawing.Size(49, 14);
  165. this.label3.TabIndex = 2;
  166. this.label3.Text = "牌号:";
  167. //
  168. // label2
  169. //
  170. this.label2.AutoSize = true;
  171. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.label2.Location = new System.Drawing.Point(511, 8);
  173. this.label2.Name = "label2";
  174. this.label2.Size = new System.Drawing.Size(77, 14);
  175. this.label2.TabIndex = 1;
  176. this.label2.Text = "工艺说明:";
  177. //
  178. // label1
  179. //
  180. this.label1.AutoSize = true;
  181. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.label1.Location = new System.Drawing.Point(189, 8);
  183. this.label1.Name = "label1";
  184. this.label1.Size = new System.Drawing.Size(77, 14);
  185. this.label1.TabIndex = 0;
  186. this.label1.Text = "工艺编码:";
  187. //
  188. // ultraTabPageControl2
  189. //
  190. this.ultraTabPageControl2.Controls.Add(this.richTextBox1);
  191. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  192. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  193. this.ultraTabPageControl2.Size = new System.Drawing.Size(992, 634);
  194. //
  195. // richTextBox1
  196. //
  197. this.richTextBox1.BackColor = System.Drawing.Color.White;
  198. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.richTextBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  201. this.richTextBox1.Name = "richTextBox1";
  202. this.richTextBox1.ReadOnly = true;
  203. this.richTextBox1.Size = new System.Drawing.Size(992, 634);
  204. this.richTextBox1.TabIndex = 0;
  205. this.richTextBox1.Text = "";
  206. //
  207. // ultraTabPageControl3
  208. //
  209. this.ultraTabPageControl3.Controls.Add(this.rtbEssential);
  210. this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
  211. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  212. this.ultraTabPageControl3.Size = new System.Drawing.Size(992, 634);
  213. //
  214. // rtbEssential
  215. //
  216. this.rtbEssential.BackColor = System.Drawing.Color.White;
  217. this.rtbEssential.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.rtbEssential.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.rtbEssential.ForeColor = System.Drawing.Color.Blue;
  220. this.rtbEssential.Location = new System.Drawing.Point(0, 0);
  221. this.rtbEssential.Name = "rtbEssential";
  222. this.rtbEssential.ReadOnly = true;
  223. this.rtbEssential.Size = new System.Drawing.Size(992, 634);
  224. this.rtbEssential.TabIndex = 1;
  225. this.rtbEssential.Text = "";
  226. //
  227. // ultraDataSource2
  228. //
  229. this.ultraDataSource2.Band.Columns.AddRange(new object[] {
  230. ultraDataColumn1,
  231. ultraDataColumn2,
  232. ultraDataColumn3,
  233. ultraDataColumn4,
  234. ultraDataColumn5,
  235. ultraDataColumn6,
  236. ultraDataColumn7,
  237. ultraDataColumn8,
  238. ultraDataColumn9,
  239. ultraDataColumn10,
  240. ultraDataColumn11});
  241. this.ultraDataSource2.Band.Key = "dtbLfs_Element";
  242. //
  243. // panel1
  244. //
  245. this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
  246. this.panel1.Controls.Add(this.chkCraft);
  247. this.panel1.Controls.Add(this.chkStation);
  248. this.panel1.Controls.Add(this.chkCard);
  249. this.panel1.Controls.Add(this.chkSteel);
  250. this.panel1.Controls.Add(this.cmbxStation);
  251. this.panel1.Controls.Add(this.cmbxCard);
  252. this.panel1.Controls.Add(this.cmbxSteel);
  253. this.panel1.Controls.Add(this.button1);
  254. this.panel1.Controls.Add(this.cmbxCraft);
  255. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  256. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  257. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  258. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  259. this.panel1.Location = new System.Drawing.Point(0, 0);
  260. this.panel1.Name = "panel1";
  261. this.panel1.Size = new System.Drawing.Size(996, 55);
  262. this.panel1.TabIndex = 8;
  263. this.panel1.Visible = false;
  264. //
  265. // chkCraft
  266. //
  267. this.chkCraft.AutoSize = true;
  268. this.chkCraft.BackColor = System.Drawing.Color.Transparent;
  269. this.chkCraft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  270. this.chkCraft.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.chkCraft.Location = new System.Drawing.Point(356, 19);
  272. this.chkCraft.Name = "chkCraft";
  273. this.chkCraft.Size = new System.Drawing.Size(79, 18);
  274. this.chkCraft.TabIndex = 78;
  275. this.chkCraft.Text = "工艺描述";
  276. this.chkCraft.UseVisualStyleBackColor = false;
  277. this.chkCraft.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  278. //
  279. // chkStation
  280. //
  281. this.chkStation.AutoSize = true;
  282. this.chkStation.BackColor = System.Drawing.Color.Transparent;
  283. this.chkStation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  284. this.chkStation.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.chkStation.Location = new System.Drawing.Point(670, 22);
  286. this.chkStation.Name = "chkStation";
  287. this.chkStation.Size = new System.Drawing.Size(51, 18);
  288. this.chkStation.TabIndex = 77;
  289. this.chkStation.Text = "工序";
  290. this.chkStation.UseVisualStyleBackColor = false;
  291. this.chkStation.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  292. //
  293. // chkCard
  294. //
  295. this.chkCard.AutoSize = true;
  296. this.chkCard.BackColor = System.Drawing.Color.Transparent;
  297. this.chkCard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  298. this.chkCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.chkCard.Location = new System.Drawing.Point(184, 19);
  300. this.chkCard.Name = "chkCard";
  301. this.chkCard.Size = new System.Drawing.Size(51, 18);
  302. this.chkCard.TabIndex = 76;
  303. this.chkCard.Text = "牌号";
  304. this.chkCard.UseVisualStyleBackColor = false;
  305. this.chkCard.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  306. //
  307. // chkSteel
  308. //
  309. this.chkSteel.AutoSize = true;
  310. this.chkSteel.BackColor = System.Drawing.Color.Transparent;
  311. this.chkSteel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  312. this.chkSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.chkSteel.Location = new System.Drawing.Point(12, 20);
  314. this.chkSteel.Name = "chkSteel";
  315. this.chkSteel.Size = new System.Drawing.Size(51, 18);
  316. this.chkSteel.TabIndex = 75;
  317. this.chkSteel.Text = "钢种";
  318. this.chkSteel.UseVisualStyleBackColor = false;
  319. this.chkSteel.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  320. //
  321. // cmbxStation
  322. //
  323. this.cmbxStation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  324. this.cmbxStation.Enabled = false;
  325. this.cmbxStation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  326. this.cmbxStation.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.cmbxStation.FormattingEnabled = true;
  328. this.cmbxStation.Location = new System.Drawing.Point(725, 18);
  329. this.cmbxStation.Name = "cmbxStation";
  330. this.cmbxStation.Size = new System.Drawing.Size(103, 22);
  331. this.cmbxStation.TabIndex = 70;
  332. //
  333. // cmbxCard
  334. //
  335. this.cmbxCard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  336. this.cmbxCard.Enabled = false;
  337. this.cmbxCard.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  338. this.cmbxCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.cmbxCard.FormattingEnabled = true;
  340. this.cmbxCard.Location = new System.Drawing.Point(240, 17);
  341. this.cmbxCard.Name = "cmbxCard";
  342. this.cmbxCard.Size = new System.Drawing.Size(103, 22);
  343. this.cmbxCard.TabIndex = 69;
  344. //
  345. // cmbxSteel
  346. //
  347. this.cmbxSteel.BackColor = System.Drawing.SystemColors.Window;
  348. this.cmbxSteel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  349. this.cmbxSteel.Enabled = false;
  350. this.cmbxSteel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  351. this.cmbxSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.cmbxSteel.ForeColor = System.Drawing.SystemColors.WindowText;
  353. this.cmbxSteel.FormattingEnabled = true;
  354. this.cmbxSteel.Location = new System.Drawing.Point(68, 17);
  355. this.cmbxSteel.Name = "cmbxSteel";
  356. this.cmbxSteel.Size = new System.Drawing.Size(103, 22);
  357. this.cmbxSteel.TabIndex = 68;
  358. //
  359. // button1
  360. //
  361. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  362. this.button1.Location = new System.Drawing.Point(863, 16);
  363. this.button1.Name = "button1";
  364. this.button1.Size = new System.Drawing.Size(75, 23);
  365. this.button1.TabIndex = 59;
  366. this.button1.Text = "查询";
  367. this.button1.UseVisualStyleBackColor = true;
  368. this.button1.Click += new System.EventHandler(this.button1_Click);
  369. //
  370. // cmbxCraft
  371. //
  372. this.cmbxCraft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  373. this.cmbxCraft.Enabled = false;
  374. this.cmbxCraft.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  375. this.cmbxCraft.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.cmbxCraft.FormattingEnabled = true;
  377. this.cmbxCraft.Location = new System.Drawing.Point(440, 18);
  378. this.cmbxCraft.Name = "cmbxCraft";
  379. this.cmbxCraft.Size = new System.Drawing.Size(217, 22);
  380. this.cmbxCraft.TabIndex = 58;
  381. //
  382. // _panel1_Toolbars_Dock_Area_Left
  383. //
  384. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  385. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  386. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  387. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  388. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 0);
  389. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  390. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 55);
  391. //
  392. // _panel1_Toolbars_Dock_Area_Right
  393. //
  394. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  395. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  396. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  397. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  398. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(996, 0);
  399. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  400. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 55);
  401. //
  402. // _panel1_Toolbars_Dock_Area_Top
  403. //
  404. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  405. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  406. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  407. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  408. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  409. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  410. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(996, 0);
  411. //
  412. // _panel1_Toolbars_Dock_Area_Bottom
  413. //
  414. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  415. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  416. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  417. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  418. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 55);
  419. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  420. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(996, 0);
  421. //
  422. // ultbMain
  423. //
  424. this.ultbMain.Controls.Add(this.ultraTabSharedControlsPage1);
  425. this.ultbMain.Controls.Add(this.ultraTabPageControl1);
  426. this.ultbMain.Controls.Add(this.ultraTabPageControl2);
  427. this.ultbMain.Controls.Add(this.ultraTabPageControl3);
  428. this.ultbMain.Dock = System.Windows.Forms.DockStyle.Fill;
  429. this.ultbMain.Location = new System.Drawing.Point(0, 0);
  430. this.ultbMain.Name = "ultbMain";
  431. this.ultbMain.SharedControlsPage = this.ultraTabSharedControlsPage1;
  432. this.ultbMain.Size = new System.Drawing.Size(996, 657);
  433. this.ultbMain.TabIndex = 11;
  434. ultraTab1.TabPage = this.ultraTabPageControl1;
  435. ultraTab1.Text = "工艺标准";
  436. ultraTab2.TabPage = this.ultraTabPageControl2;
  437. ultraTab2.Text = "操作规程";
  438. ultraTab3.TabPage = this.ultraTabPageControl3;
  439. ultraTab3.Text = "工艺要点";
  440. this.ultbMain.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  441. ultraTab1,
  442. ultraTab2,
  443. ultraTab3});
  444. this.ultbMain.HotTrack = false;
  445. this.ultbMain.UseMnemonics = Infragistics.Win.DefaultableBoolean.False;
  446. this.ultbMain.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
  447. //
  448. // ultraTabSharedControlsPage1
  449. //
  450. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  451. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  452. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(992, 634);
  453. //
  454. // frmMicLineQuery
  455. //
  456. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  457. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  458. this.BackColor = System.Drawing.Color.LightSteelBlue;
  459. this.ClientSize = new System.Drawing.Size(996, 657);
  460. this.Controls.Add(this.ultbMain);
  461. this.Controls.Add(this.panel1);
  462. this.Name = "frmMicLineQuery";
  463. this.Text = "作业标准";
  464. this.Load += new System.EventHandler(this.frmMicLineQuery_Load);
  465. this.ultraTabPageControl1.ResumeLayout(false);
  466. ((System.ComponentModel.ISupportInitialize)(this.ulgridJobStd)).EndInit();
  467. this.panel2.ResumeLayout(false);
  468. this.panel2.PerformLayout();
  469. this.ultraTabPageControl2.ResumeLayout(false);
  470. this.ultraTabPageControl3.ResumeLayout(false);
  471. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource2)).EndInit();
  472. this.panel1.ResumeLayout(false);
  473. this.panel1.PerformLayout();
  474. ((System.ComponentModel.ISupportInitialize)(this.ultbMain)).EndInit();
  475. this.ultbMain.ResumeLayout(false);
  476. this.ResumeLayout(false);
  477. }
  478. #endregion
  479. private System.Windows.Forms.Panel panel1;
  480. private System.Windows.Forms.Button button1;
  481. private System.Windows.Forms.ComboBox cmbxCraft;
  482. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  483. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  484. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  485. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  486. private System.Windows.Forms.RichTextBox richTextBox1;
  487. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource2;
  488. private System.Windows.Forms.ComboBox cmbxStation;
  489. private System.Windows.Forms.ComboBox cmbxCard;
  490. private System.Windows.Forms.ComboBox cmbxSteel;
  491. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridJobStd;
  492. private System.Windows.Forms.CheckBox chkSteel;
  493. private System.Windows.Forms.CheckBox chkCraft;
  494. private System.Windows.Forms.CheckBox chkStation;
  495. private System.Windows.Forms.CheckBox chkCard;
  496. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultbMain;
  497. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  498. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  499. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  500. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  501. private System.Windows.Forms.RichTextBox rtbEssential;
  502. private System.Windows.Forms.Panel panel2;
  503. private System.Windows.Forms.Label label1;
  504. private System.Windows.Forms.Label label2;
  505. private System.Windows.Forms.Label label3;
  506. private System.Windows.Forms.Label lblSteel;
  507. private System.Windows.Forms.Label lblCraftName;
  508. private System.Windows.Forms.Label lblCraftCode;
  509. }
  510. }