QCM0108.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. namespace Core.LZMes.Client.QCM
  2. {
  3. partial class QCM0108
  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. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEEL_NAME");
  31. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("YN_LOG");
  33. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  35. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  37. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  39. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  41. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RNUM");
  43. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  54. this.panel1 = new System.Windows.Forms.Panel();
  55. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  56. this.dataSet1 = new System.Data.DataSet();
  57. this.dataTable1 = new System.Data.DataTable();
  58. this.dataColumn1 = new System.Data.DataColumn();
  59. this.dataColumn2 = new System.Data.DataColumn();
  60. this.dataColumn3 = new System.Data.DataColumn();
  61. this.dataColumn4 = new System.Data.DataColumn();
  62. this.dataColumn5 = new System.Data.DataColumn();
  63. this.dataColumn6 = new System.Data.DataColumn();
  64. this.dataColumn9 = new System.Data.DataColumn();
  65. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  66. this.button2 = new System.Windows.Forms.Button();
  67. this.comboBox1 = new System.Windows.Forms.ComboBox();
  68. this.label1 = new System.Windows.Forms.Label();
  69. this.panel2 = new System.Windows.Forms.Panel();
  70. this.textBox2 = new System.Windows.Forms.TextBox();
  71. this.label9 = new System.Windows.Forms.Label();
  72. this.button1 = new System.Windows.Forms.Button();
  73. this.comboBox3 = new System.Windows.Forms.ComboBox();
  74. this.dataSet2 = new System.Data.DataSet();
  75. this.dataTable2 = new System.Data.DataTable();
  76. this.dataColumn7 = new System.Data.DataColumn();
  77. this.dataColumn8 = new System.Data.DataColumn();
  78. this.panel1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  83. this.ultraGroupBox1.SuspendLayout();
  84. this.panel2.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // panel1
  90. //
  91. this.panel1.Controls.Add(this.ultraGrid1);
  92. this.panel1.Controls.Add(this.ultraGroupBox1);
  93. this.panel1.Controls.Add(this.panel2);
  94. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panel1.Location = new System.Drawing.Point(0, 0);
  96. this.panel1.Name = "panel1";
  97. this.panel1.Size = new System.Drawing.Size(1345, 528);
  98. this.panel1.TabIndex = 0;
  99. //
  100. // ultraGrid1
  101. //
  102. this.ultraGrid1.DataSource = this.dataSet1;
  103. appearance13.BackColor = System.Drawing.SystemColors.Window;
  104. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  105. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  106. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  107. appearance7.TextVAlignAsString = "Middle";
  108. ultraGridColumn1.CellAppearance = appearance7;
  109. ultraGridColumn1.Header.VisiblePosition = 0;
  110. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 4;
  111. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  112. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  113. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 32);
  114. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  115. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  116. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  117. appearance8.TextVAlignAsString = "Middle";
  118. ultraGridColumn2.CellAppearance = appearance8;
  119. ultraGridColumn2.Header.VisiblePosition = 1;
  120. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  121. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  122. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 30);
  123. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 32);
  124. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  125. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  126. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  127. appearance9.TextVAlignAsString = "Middle";
  128. ultraGridColumn3.CellAppearance = appearance9;
  129. ultraGridColumn3.Header.VisiblePosition = 2;
  130. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
  131. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  132. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  133. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 32);
  134. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  135. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  136. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  137. appearance10.TextVAlignAsString = "Middle";
  138. ultraGridColumn4.CellAppearance = appearance10;
  139. ultraGridColumn4.Header.VisiblePosition = 3;
  140. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  141. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  142. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  143. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 32);
  144. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  145. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  146. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  147. appearance11.TextVAlignAsString = "Middle";
  148. ultraGridColumn5.CellAppearance = appearance11;
  149. ultraGridColumn5.Header.VisiblePosition = 4;
  150. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  151. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  152. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  153. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 32);
  154. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  155. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  156. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  157. appearance12.TextVAlignAsString = "Middle";
  158. ultraGridColumn6.CellAppearance = appearance12;
  159. ultraGridColumn6.Header.VisiblePosition = 5;
  160. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
  161. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  162. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  163. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 32);
  164. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  165. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  166. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  167. ultraGridColumn7.Header.VisiblePosition = 6;
  168. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  169. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  170. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
  171. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  172. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  173. ultraGridColumn7.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  174. ultraGridBand1.Columns.AddRange(new object[] {
  175. ultraGridColumn1,
  176. ultraGridColumn2,
  177. ultraGridColumn3,
  178. ultraGridColumn4,
  179. ultraGridColumn5,
  180. ultraGridColumn6,
  181. ultraGridColumn7});
  182. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  183. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  184. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  185. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  186. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  187. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  188. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  189. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  190. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  191. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  192. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  193. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  194. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  195. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  196. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  197. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  198. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  199. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  200. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  201. appearance29.BackColor = System.Drawing.SystemColors.Window;
  202. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  203. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  204. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  205. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  206. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  207. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  208. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  209. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  210. appearance43.BackColor = System.Drawing.SystemColors.Window;
  211. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance43;
  212. appearance44.BorderColor = System.Drawing.Color.Silver;
  213. appearance44.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  214. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance44;
  215. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  216. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  217. appearance45.BackColor = System.Drawing.SystemColors.Control;
  218. appearance45.BackColor2 = System.Drawing.SystemColors.ControlDark;
  219. appearance45.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  220. appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  221. appearance45.BorderColor = System.Drawing.SystemColors.Window;
  222. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance45;
  223. appearance46.TextHAlignAsString = "Left";
  224. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance46;
  225. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  226. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  227. appearance47.BackColor = System.Drawing.SystemColors.Window;
  228. appearance47.BorderColor = System.Drawing.Color.Silver;
  229. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance47;
  230. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  231. appearance48.BackColor = System.Drawing.SystemColors.ControlLight;
  232. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance48;
  233. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  234. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  235. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  236. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.ultraGrid1.Location = new System.Drawing.Point(0, 54);
  238. this.ultraGrid1.Name = "ultraGrid1";
  239. this.ultraGrid1.Size = new System.Drawing.Size(1345, 392);
  240. this.ultraGrid1.TabIndex = 2;
  241. this.ultraGrid1.Text = "ultraGrid1";
  242. //
  243. // dataSet1
  244. //
  245. this.dataSet1.DataSetName = "NewDataSet";
  246. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  247. this.dataTable1});
  248. //
  249. // dataTable1
  250. //
  251. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  252. this.dataColumn1,
  253. this.dataColumn2,
  254. this.dataColumn3,
  255. this.dataColumn4,
  256. this.dataColumn5,
  257. this.dataColumn6,
  258. this.dataColumn9});
  259. this.dataTable1.TableName = "Table1";
  260. //
  261. // dataColumn1
  262. //
  263. this.dataColumn1.Caption = "牌号";
  264. this.dataColumn1.ColumnName = "STEEL_NAME";
  265. //
  266. // dataColumn2
  267. //
  268. this.dataColumn2.Caption = "是否有效";
  269. this.dataColumn2.ColumnName = "YN_LOG";
  270. //
  271. // dataColumn3
  272. //
  273. this.dataColumn3.Caption = "创建时间";
  274. this.dataColumn3.ColumnName = "CREATE_TIME";
  275. //
  276. // dataColumn4
  277. //
  278. this.dataColumn4.Caption = "创建人";
  279. this.dataColumn4.ColumnName = "CREATE_NAME";
  280. //
  281. // dataColumn5
  282. //
  283. this.dataColumn5.Caption = "删除人";
  284. this.dataColumn5.ColumnName = "DELETE_NAME";
  285. //
  286. // dataColumn6
  287. //
  288. this.dataColumn6.Caption = "删除时间";
  289. this.dataColumn6.ColumnName = "DELETE_TIME";
  290. //
  291. // dataColumn9
  292. //
  293. this.dataColumn9.Caption = "序号";
  294. this.dataColumn9.ColumnName = "RNUM";
  295. //
  296. // ultraGroupBox1
  297. //
  298. this.ultraGroupBox1.Controls.Add(this.button2);
  299. this.ultraGroupBox1.Controls.Add(this.comboBox1);
  300. this.ultraGroupBox1.Controls.Add(this.label1);
  301. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  302. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 446);
  303. this.ultraGroupBox1.Name = "ultraGroupBox1";
  304. this.ultraGroupBox1.Size = new System.Drawing.Size(1345, 82);
  305. this.ultraGroupBox1.TabIndex = 1;
  306. this.ultraGroupBox1.Text = "区域";
  307. //
  308. // button2
  309. //
  310. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  311. this.button2.Location = new System.Drawing.Point(231, 29);
  312. this.button2.Name = "button2";
  313. this.button2.Size = new System.Drawing.Size(103, 31);
  314. this.button2.TabIndex = 114;
  315. this.button2.Text = "查询牌号";
  316. this.button2.UseVisualStyleBackColor = false;
  317. this.button2.Click += new System.EventHandler(this.button2_Click);
  318. //
  319. // comboBox1
  320. //
  321. this.comboBox1.FormattingEnabled = true;
  322. this.comboBox1.Items.AddRange(new object[] {
  323. ""});
  324. this.comboBox1.Location = new System.Drawing.Point(57, 34);
  325. this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  326. this.comboBox1.Name = "comboBox1";
  327. this.comboBox1.Size = new System.Drawing.Size(158, 23);
  328. this.comboBox1.TabIndex = 113;
  329. this.comboBox1.Tag = " ";
  330. //
  331. // label1
  332. //
  333. this.label1.AutoSize = true;
  334. this.label1.Location = new System.Drawing.Point(13, 37);
  335. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  336. this.label1.Name = "label1";
  337. this.label1.Size = new System.Drawing.Size(45, 15);
  338. this.label1.TabIndex = 49;
  339. this.label1.Text = "牌 号";
  340. //
  341. // panel2
  342. //
  343. this.panel2.Controls.Add(this.textBox2);
  344. this.panel2.Controls.Add(this.label9);
  345. this.panel2.Controls.Add(this.button1);
  346. this.panel2.Controls.Add(this.comboBox3);
  347. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  348. this.panel2.Location = new System.Drawing.Point(0, 0);
  349. this.panel2.Name = "panel2";
  350. this.panel2.Size = new System.Drawing.Size(1345, 54);
  351. this.panel2.TabIndex = 0;
  352. //
  353. // textBox2
  354. //
  355. this.textBox2.Location = new System.Drawing.Point(1084, 13);
  356. this.textBox2.Margin = new System.Windows.Forms.Padding(4);
  357. this.textBox2.Name = "textBox2";
  358. this.textBox2.Size = new System.Drawing.Size(71, 25);
  359. this.textBox2.TabIndex = 57;
  360. this.textBox2.Visible = false;
  361. //
  362. // label9
  363. //
  364. this.label9.BackColor = System.Drawing.Color.LightBlue;
  365. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  366. this.label9.Location = new System.Drawing.Point(998, 12);
  367. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  368. this.label9.Name = "label9";
  369. this.label9.Size = new System.Drawing.Size(78, 26);
  370. this.label9.TabIndex = 56;
  371. this.label9.Text = "上传文件选择";
  372. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  373. this.label9.Visible = false;
  374. //
  375. // button1
  376. //
  377. this.button1.Location = new System.Drawing.Point(1162, 12);
  378. this.button1.Name = "button1";
  379. this.button1.Size = new System.Drawing.Size(96, 36);
  380. this.button1.TabIndex = 55;
  381. this.button1.Text = "导入Excel";
  382. this.button1.UseVisualStyleBackColor = true;
  383. this.button1.Visible = false;
  384. this.button1.Click += new System.EventHandler(this.button1_Click);
  385. //
  386. // comboBox3
  387. //
  388. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  389. this.comboBox3.FormattingEnabled = true;
  390. this.comboBox3.Items.AddRange(new object[] {
  391. "螺纹钢"});
  392. this.comboBox3.Location = new System.Drawing.Point(13, 15);
  393. this.comboBox3.Margin = new System.Windows.Forms.Padding(4);
  394. this.comboBox3.Name = "comboBox3";
  395. this.comboBox3.Size = new System.Drawing.Size(101, 23);
  396. this.comboBox3.TabIndex = 48;
  397. //
  398. // dataSet2
  399. //
  400. this.dataSet2.DataSetName = "NewDataSet";
  401. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  402. this.dataTable2});
  403. //
  404. // dataTable2
  405. //
  406. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  407. this.dataColumn7,
  408. this.dataColumn8});
  409. this.dataTable2.TableName = "Table1";
  410. //
  411. // dataColumn7
  412. //
  413. this.dataColumn7.ColumnName = "STEEL_CODE";
  414. //
  415. // dataColumn8
  416. //
  417. this.dataColumn8.ColumnName = "STEEL_NAME";
  418. //
  419. // QCM0108
  420. //
  421. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  422. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  423. this.ClientSize = new System.Drawing.Size(1345, 528);
  424. this.Controls.Add(this.panel1);
  425. this.Name = "QCM0108";
  426. this.Text = "螺纹钢牌号维护";
  427. this.Load += new System.EventHandler(this.QCM0108_Load);
  428. this.panel1.ResumeLayout(false);
  429. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  430. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  433. this.ultraGroupBox1.ResumeLayout(false);
  434. this.ultraGroupBox1.PerformLayout();
  435. this.panel2.ResumeLayout(false);
  436. this.panel2.PerformLayout();
  437. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  438. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  439. this.ResumeLayout(false);
  440. }
  441. #endregion
  442. private System.Windows.Forms.Panel panel1;
  443. private System.Windows.Forms.Panel panel2;
  444. private System.Windows.Forms.ComboBox comboBox3;
  445. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  446. private System.Windows.Forms.Label label1;
  447. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  448. private System.Data.DataSet dataSet1;
  449. private System.Data.DataTable dataTable1;
  450. private System.Windows.Forms.Button button1;
  451. private System.Windows.Forms.TextBox textBox2;
  452. private System.Windows.Forms.Label label9;
  453. private System.Data.DataColumn dataColumn1;
  454. private System.Data.DataColumn dataColumn2;
  455. private System.Data.DataColumn dataColumn3;
  456. private System.Data.DataColumn dataColumn4;
  457. private System.Data.DataColumn dataColumn5;
  458. private System.Data.DataColumn dataColumn6;
  459. private System.Windows.Forms.ComboBox comboBox1;
  460. private System.Data.DataSet dataSet2;
  461. private System.Data.DataTable dataTable2;
  462. private System.Data.DataColumn dataColumn7;
  463. private System.Data.DataColumn dataColumn8;
  464. private System.Windows.Forms.Button button2;
  465. private System.Data.DataColumn dataColumn9;
  466. }
  467. }