FrmCLPluginInfo.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmCLPluginInfo
  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.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("编号");
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铸机号");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("类别");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用炉数");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("购买日期");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCLPluginInfo));
  37. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("编号");
  40. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("铸机号");
  42. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("类别");
  44. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用炉数");
  46. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("购买日期");
  48. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  50. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  52. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  54. this.ultdsPlugin = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  55. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  56. this.QUERY = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  58. this.ADD = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  60. this.EDIT = new System.Windows.Forms.ToolStripButton();
  61. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  62. this.DEL = new System.Windows.Forms.ToolStripButton();
  63. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  64. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  65. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  66. this.chkID = new System.Windows.Forms.CheckBox();
  67. this.chkType = new System.Windows.Forms.CheckBox();
  68. this.chkCCM = new System.Windows.Forms.CheckBox();
  69. this.cmbID = new System.Windows.Forms.ComboBox();
  70. this.cmbType = new System.Windows.Forms.ComboBox();
  71. this.cmbCCM = new System.Windows.Forms.ComboBox();
  72. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  73. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  74. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  75. this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  76. this.cmbZJH = new System.Windows.Forms.ComboBox();
  77. this.cmbLB = new System.Windows.Forms.ComboBox();
  78. this.label1 = new System.Windows.Forms.Label();
  79. this.txtCS = new System.Windows.Forms.TextBox();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.txtMemo = new System.Windows.Forms.TextBox();
  82. this.label3 = new System.Windows.Forms.Label();
  83. this.txtNO = new System.Windows.Forms.TextBox();
  84. this.label6 = new System.Windows.Forms.Label();
  85. this.label5 = new System.Windows.Forms.Label();
  86. this.label4 = new System.Windows.Forms.Label();
  87. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  88. ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).BeginInit();
  89. this.toolStrip1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  91. this.ulgrpModel.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  93. this.ultraExpandableGroupBox1.SuspendLayout();
  94. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  96. this.ultraGroupBox1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // ultdsPlugin
  102. //
  103. this.ultdsPlugin.AllowDelete = false;
  104. this.ultdsPlugin.Band.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  105. this.ultdsPlugin.Band.Columns.AddRange(new object[] {
  106. ultraDataColumn1,
  107. ultraDataColumn2,
  108. ultraDataColumn3,
  109. ultraDataColumn4,
  110. ultraDataColumn5,
  111. ultraDataColumn6,
  112. ultraDataColumn7});
  113. //
  114. // toolStrip1
  115. //
  116. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.QUERY,
  118. this.toolStripSeparator4,
  119. this.ADD,
  120. this.toolStripSeparator1,
  121. this.EDIT,
  122. this.toolStripSeparator2,
  123. this.DEL,
  124. this.toolStripSeparator3,
  125. this.CLOSE});
  126. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  127. this.toolStrip1.Name = "toolStrip1";
  128. this.toolStrip1.Size = new System.Drawing.Size(766, 30);
  129. this.toolStrip1.TabIndex = 3;
  130. this.toolStrip1.Text = "toolStrip1";
  131. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  132. //
  133. // QUERY
  134. //
  135. this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  136. this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.QUERY.Name = "QUERY";
  138. this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  139. this.QUERY.Size = new System.Drawing.Size(56, 27);
  140. this.QUERY.Text = "查询";
  141. //
  142. // toolStripSeparator4
  143. //
  144. this.toolStripSeparator4.Name = "toolStripSeparator4";
  145. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 30);
  146. //
  147. // ADD
  148. //
  149. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  150. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.ADD.Name = "ADD";
  152. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  153. this.ADD.Size = new System.Drawing.Size(56, 27);
  154. this.ADD.Text = "新增";
  155. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  156. //
  157. // toolStripSeparator1
  158. //
  159. this.toolStripSeparator1.Name = "toolStripSeparator1";
  160. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  161. //
  162. // EDIT
  163. //
  164. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  165. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.EDIT.Name = "EDIT";
  167. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  168. this.EDIT.Size = new System.Drawing.Size(56, 27);
  169. this.EDIT.Text = "修改";
  170. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  171. //
  172. // toolStripSeparator2
  173. //
  174. this.toolStripSeparator2.Name = "toolStripSeparator2";
  175. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
  176. //
  177. // DEL
  178. //
  179. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  180. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  181. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  182. this.DEL.Name = "DEL";
  183. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  184. this.DEL.Size = new System.Drawing.Size(56, 27);
  185. this.DEL.Text = "删除";
  186. //
  187. // toolStripSeparator3
  188. //
  189. this.toolStripSeparator3.Name = "toolStripSeparator3";
  190. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
  191. //
  192. // CLOSE
  193. //
  194. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  195. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  196. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  197. this.CLOSE.Name = "CLOSE";
  198. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  199. this.CLOSE.Size = new System.Drawing.Size(56, 27);
  200. this.CLOSE.Text = "关闭";
  201. //
  202. // ulgrpModel
  203. //
  204. appearance1.FontData.Name = "宋体";
  205. appearance1.FontData.SizeInPoints = 9F;
  206. this.ulgrpModel.Appearance = appearance1;
  207. this.ulgrpModel.Controls.Add(this.chkID);
  208. this.ulgrpModel.Controls.Add(this.chkType);
  209. this.ulgrpModel.Controls.Add(this.chkCCM);
  210. this.ulgrpModel.Controls.Add(this.cmbID);
  211. this.ulgrpModel.Controls.Add(this.cmbType);
  212. this.ulgrpModel.Controls.Add(this.cmbCCM);
  213. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  214. this.ulgrpModel.Location = new System.Drawing.Point(0, 30);
  215. this.ulgrpModel.Name = "ulgrpModel";
  216. this.ulgrpModel.Size = new System.Drawing.Size(766, 49);
  217. this.ulgrpModel.TabIndex = 1;
  218. //
  219. // chkID
  220. //
  221. this.chkID.AutoSize = true;
  222. this.chkID.BackColor = System.Drawing.Color.Transparent;
  223. this.chkID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  224. this.chkID.Font = new System.Drawing.Font("宋体", 9F);
  225. this.chkID.Location = new System.Drawing.Point(401, 16);
  226. this.chkID.Name = "chkID";
  227. this.chkID.Size = new System.Drawing.Size(45, 16);
  228. this.chkID.TabIndex = 4;
  229. this.chkID.Text = "编号";
  230. this.chkID.UseVisualStyleBackColor = false;
  231. this.chkID.CheckedChanged += new System.EventHandler(this.cbID_CheckedChanged);
  232. //
  233. // chkType
  234. //
  235. this.chkType.AutoSize = true;
  236. this.chkType.BackColor = System.Drawing.Color.Transparent;
  237. this.chkType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  238. this.chkType.Font = new System.Drawing.Font("宋体", 9F);
  239. this.chkType.Location = new System.Drawing.Point(217, 16);
  240. this.chkType.Name = "chkType";
  241. this.chkType.Size = new System.Drawing.Size(45, 16);
  242. this.chkType.TabIndex = 2;
  243. this.chkType.Text = "类别";
  244. this.chkType.UseVisualStyleBackColor = false;
  245. this.chkType.CheckedChanged += new System.EventHandler(this.cbType_CheckedChanged);
  246. //
  247. // chkCCM
  248. //
  249. this.chkCCM.AutoSize = true;
  250. this.chkCCM.BackColor = System.Drawing.Color.Transparent;
  251. this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  252. this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
  253. this.chkCCM.Location = new System.Drawing.Point(20, 16);
  254. this.chkCCM.Name = "chkCCM";
  255. this.chkCCM.Size = new System.Drawing.Size(57, 16);
  256. this.chkCCM.TabIndex = 0;
  257. this.chkCCM.Text = "铸机号";
  258. this.chkCCM.UseVisualStyleBackColor = false;
  259. this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
  260. //
  261. // cmbID
  262. //
  263. this.cmbID.Enabled = false;
  264. this.cmbID.Font = new System.Drawing.Font("宋体", 9F);
  265. this.cmbID.FormattingEnabled = true;
  266. this.cmbID.Location = new System.Drawing.Point(450, 14);
  267. this.cmbID.Name = "cmbID";
  268. this.cmbID.Size = new System.Drawing.Size(101, 20);
  269. this.cmbID.TabIndex = 5;
  270. //
  271. // cmbType
  272. //
  273. this.cmbType.Enabled = false;
  274. this.cmbType.Font = new System.Drawing.Font("宋体", 9F);
  275. this.cmbType.FormattingEnabled = true;
  276. this.cmbType.Items.AddRange(new object[] {
  277. "宽边铜板",
  278. "窄边铜板"});
  279. this.cmbType.Location = new System.Drawing.Point(266, 14);
  280. this.cmbType.Name = "cmbType";
  281. this.cmbType.Size = new System.Drawing.Size(101, 20);
  282. this.cmbType.TabIndex = 3;
  283. this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cbbType_SelectedIndexChanged);
  284. //
  285. // cmbCCM
  286. //
  287. this.cmbCCM.Enabled = false;
  288. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
  289. this.cmbCCM.FormattingEnabled = true;
  290. this.cmbCCM.Items.AddRange(new object[] {
  291. "1#连铸机",
  292. "2#连铸机",
  293. "3#连铸机"});
  294. this.cmbCCM.Location = new System.Drawing.Point(81, 14);
  295. this.cmbCCM.Name = "cmbCCM";
  296. this.cmbCCM.Size = new System.Drawing.Size(101, 20);
  297. this.cmbCCM.TabIndex = 1;
  298. this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
  299. //
  300. // ultraExpandableGroupBox1
  301. //
  302. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  303. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  304. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(895, 185);
  305. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 432);
  306. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  307. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(766, 113);
  308. this.ultraExpandableGroupBox1.TabIndex = 2;
  309. this.ultraExpandableGroupBox1.Text = "编辑区域";
  310. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  311. //
  312. // ultraExpandableGroupBoxPanel1
  313. //
  314. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox1);
  315. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  316. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  317. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  318. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(762, 91);
  319. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  320. //
  321. // ultraGroupBox1
  322. //
  323. this.ultraGroupBox1.Controls.Add(this.udteBuyTime);
  324. this.ultraGroupBox1.Controls.Add(this.cmbZJH);
  325. this.ultraGroupBox1.Controls.Add(this.cmbLB);
  326. this.ultraGroupBox1.Controls.Add(this.label1);
  327. this.ultraGroupBox1.Controls.Add(this.txtCS);
  328. this.ultraGroupBox1.Controls.Add(this.label2);
  329. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  330. this.ultraGroupBox1.Controls.Add(this.label3);
  331. this.ultraGroupBox1.Controls.Add(this.txtNO);
  332. this.ultraGroupBox1.Controls.Add(this.label6);
  333. this.ultraGroupBox1.Controls.Add(this.label5);
  334. this.ultraGroupBox1.Controls.Add(this.label4);
  335. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  337. this.ultraGroupBox1.Name = "ultraGroupBox1";
  338. this.ultraGroupBox1.Size = new System.Drawing.Size(762, 91);
  339. this.ultraGroupBox1.TabIndex = 4;
  340. //
  341. // udteBuyTime
  342. //
  343. this.udteBuyTime.Location = new System.Drawing.Point(83, 50);
  344. this.udteBuyTime.MaskInput = "{date}";
  345. this.udteBuyTime.Name = "udteBuyTime";
  346. this.udteBuyTime.Nullable = false;
  347. this.udteBuyTime.Size = new System.Drawing.Size(101, 21);
  348. this.udteBuyTime.TabIndex = 5;
  349. //
  350. // cmbZJH
  351. //
  352. this.cmbZJH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  353. this.cmbZJH.Font = new System.Drawing.Font("宋体", 9F);
  354. this.cmbZJH.FormattingEnabled = true;
  355. this.cmbZJH.Items.AddRange(new object[] {
  356. "1#连铸机",
  357. "2#连铸机",
  358. "3#连铸机"});
  359. this.cmbZJH.Location = new System.Drawing.Point(83, 19);
  360. this.cmbZJH.Name = "cmbZJH";
  361. this.cmbZJH.Size = new System.Drawing.Size(101, 20);
  362. this.cmbZJH.TabIndex = 1;
  363. //
  364. // cmbLB
  365. //
  366. this.cmbLB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  367. this.cmbLB.Font = new System.Drawing.Font("宋体", 9F);
  368. this.cmbLB.FormattingEnabled = true;
  369. this.cmbLB.Items.AddRange(new object[] {
  370. "宽边铜板",
  371. "窄边铜板"});
  372. this.cmbLB.Location = new System.Drawing.Point(403, 19);
  373. this.cmbLB.Name = "cmbLB";
  374. this.cmbLB.Size = new System.Drawing.Size(101, 20);
  375. this.cmbLB.TabIndex = 3;
  376. //
  377. // label1
  378. //
  379. this.label1.AutoSize = true;
  380. this.label1.BackColor = System.Drawing.Color.Transparent;
  381. this.label1.Location = new System.Drawing.Point(13, 23);
  382. this.label1.Name = "label1";
  383. this.label1.Size = new System.Drawing.Size(65, 12);
  384. this.label1.TabIndex = 0;
  385. this.label1.Text = "所属铸机号";
  386. //
  387. // txtCS
  388. //
  389. this.txtCS.Location = new System.Drawing.Point(580, 19);
  390. this.txtCS.MaxLength = 10;
  391. this.txtCS.Name = "txtCS";
  392. this.txtCS.Size = new System.Drawing.Size(101, 21);
  393. this.txtCS.TabIndex = 4;
  394. this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbCS_KeyPress);
  395. //
  396. // label2
  397. //
  398. this.label2.AutoSize = true;
  399. this.label2.BackColor = System.Drawing.Color.Transparent;
  400. this.label2.Location = new System.Drawing.Point(210, 23);
  401. this.label2.Name = "label2";
  402. this.label2.Size = new System.Drawing.Size(29, 12);
  403. this.label2.TabIndex = 0;
  404. this.label2.Text = "编号";
  405. //
  406. // txtMemo
  407. //
  408. this.txtMemo.Location = new System.Drawing.Point(244, 50);
  409. this.txtMemo.MaxLength = 250;
  410. this.txtMemo.Name = "txtMemo";
  411. this.txtMemo.Size = new System.Drawing.Size(437, 21);
  412. this.txtMemo.TabIndex = 6;
  413. //
  414. // label3
  415. //
  416. this.label3.AutoSize = true;
  417. this.label3.BackColor = System.Drawing.Color.Transparent;
  418. this.label3.Location = new System.Drawing.Point(369, 23);
  419. this.label3.Name = "label3";
  420. this.label3.Size = new System.Drawing.Size(29, 12);
  421. this.label3.TabIndex = 0;
  422. this.label3.Text = "类别";
  423. //
  424. // txtNO
  425. //
  426. this.txtNO.Location = new System.Drawing.Point(244, 19);
  427. this.txtNO.MaxLength = 20;
  428. this.txtNO.Name = "txtNO";
  429. this.txtNO.Size = new System.Drawing.Size(101, 21);
  430. this.txtNO.TabIndex = 2;
  431. //
  432. // label6
  433. //
  434. this.label6.AutoSize = true;
  435. this.label6.BackColor = System.Drawing.Color.Transparent;
  436. this.label6.Location = new System.Drawing.Point(210, 54);
  437. this.label6.Name = "label6";
  438. this.label6.Size = new System.Drawing.Size(29, 12);
  439. this.label6.TabIndex = 0;
  440. this.label6.Text = "备注";
  441. //
  442. // label5
  443. //
  444. this.label5.AutoSize = true;
  445. this.label5.BackColor = System.Drawing.Color.Transparent;
  446. this.label5.Location = new System.Drawing.Point(25, 54);
  447. this.label5.Name = "label5";
  448. this.label5.Size = new System.Drawing.Size(53, 12);
  449. this.label5.TabIndex = 0;
  450. this.label5.Text = "购买日期";
  451. //
  452. // label4
  453. //
  454. this.label4.AutoSize = true;
  455. this.label4.BackColor = System.Drawing.Color.Transparent;
  456. this.label4.Location = new System.Drawing.Point(522, 23);
  457. this.label4.Name = "label4";
  458. this.label4.Size = new System.Drawing.Size(53, 12);
  459. this.label4.TabIndex = 0;
  460. this.label4.Text = "使用炉数";
  461. //
  462. // ultraGrid1
  463. //
  464. this.ultraGrid1.DataSource = this.ultdsPlugin;
  465. appearance2.TextVAlignAsString = "Middle";
  466. ultraGridColumn1.CellAppearance = appearance2;
  467. ultraGridColumn1.Header.VisiblePosition = 0;
  468. appearance3.TextVAlignAsString = "Middle";
  469. ultraGridColumn2.CellAppearance = appearance3;
  470. ultraGridColumn2.Header.VisiblePosition = 1;
  471. appearance4.TextVAlignAsString = "Middle";
  472. ultraGridColumn3.CellAppearance = appearance4;
  473. ultraGridColumn3.Header.VisiblePosition = 2;
  474. appearance5.TextVAlignAsString = "Middle";
  475. ultraGridColumn4.CellAppearance = appearance5;
  476. ultraGridColumn4.Header.VisiblePosition = 3;
  477. appearance6.TextVAlignAsString = "Middle";
  478. ultraGridColumn5.CellAppearance = appearance6;
  479. ultraGridColumn5.Header.VisiblePosition = 4;
  480. appearance7.TextVAlignAsString = "Middle";
  481. ultraGridColumn6.CellAppearance = appearance7;
  482. ultraGridColumn6.Header.VisiblePosition = 5;
  483. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  484. appearance8.TextVAlignAsString = "Middle";
  485. ultraGridColumn7.CellAppearance = appearance8;
  486. ultraGridColumn7.Header.VisiblePosition = 6;
  487. ultraGridColumn7.Hidden = true;
  488. ultraGridBand1.Columns.AddRange(new object[] {
  489. ultraGridColumn1,
  490. ultraGridColumn2,
  491. ultraGridColumn3,
  492. ultraGridColumn4,
  493. ultraGridColumn5,
  494. ultraGridColumn6,
  495. ultraGridColumn7});
  496. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  497. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  498. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  499. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  500. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  501. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  502. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  503. appearance9.BackColor = System.Drawing.Color.LightSteelBlue;
  504. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance9;
  505. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  506. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  507. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  508. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  509. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  510. this.ultraGrid1.Location = new System.Drawing.Point(0, 79);
  511. this.ultraGrid1.Name = "ultraGrid1";
  512. this.ultraGrid1.Size = new System.Drawing.Size(766, 353);
  513. this.ultraGrid1.TabIndex = 0;
  514. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  515. //
  516. // FrmCLPluginInfo
  517. //
  518. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  519. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  520. this.ClientSize = new System.Drawing.Size(766, 545);
  521. this.Controls.Add(this.ultraGrid1);
  522. this.Controls.Add(this.ultraExpandableGroupBox1);
  523. this.Controls.Add(this.ulgrpModel);
  524. this.Controls.Add(this.toolStrip1);
  525. this.MaximizeBox = false;
  526. this.MinimizeBox = false;
  527. this.Name = "FrmCLPluginInfo";
  528. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  529. this.Text = "结晶器铜板水箱信息";
  530. this.Load += new System.EventHandler(this.FrmCLPluginInfo_Load);
  531. ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).EndInit();
  532. this.toolStrip1.ResumeLayout(false);
  533. this.toolStrip1.PerformLayout();
  534. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  535. this.ulgrpModel.ResumeLayout(false);
  536. this.ulgrpModel.PerformLayout();
  537. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  538. this.ultraExpandableGroupBox1.ResumeLayout(false);
  539. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  540. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  541. this.ultraGroupBox1.ResumeLayout(false);
  542. this.ultraGroupBox1.PerformLayout();
  543. ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  545. this.ResumeLayout(false);
  546. this.PerformLayout();
  547. }
  548. #endregion
  549. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsPlugin;
  550. private System.Windows.Forms.ToolStrip toolStrip1;
  551. private System.Windows.Forms.ToolStripButton ADD;
  552. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  553. private System.Windows.Forms.ToolStripButton EDIT;
  554. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  555. private System.Windows.Forms.ToolStripButton DEL;
  556. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  557. private System.Windows.Forms.ToolStripButton CLOSE;
  558. private System.Windows.Forms.ToolStripButton QUERY;
  559. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  560. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  561. private System.Windows.Forms.CheckBox chkCCM;
  562. private System.Windows.Forms.ComboBox cmbCCM;
  563. private System.Windows.Forms.CheckBox chkID;
  564. private System.Windows.Forms.CheckBox chkType;
  565. private System.Windows.Forms.ComboBox cmbID;
  566. private System.Windows.Forms.ComboBox cmbType;
  567. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  568. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  569. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  570. private System.Windows.Forms.ComboBox cmbLB;
  571. private System.Windows.Forms.TextBox txtNO;
  572. private System.Windows.Forms.ComboBox cmbZJH;
  573. private System.Windows.Forms.Label label3;
  574. private System.Windows.Forms.Label label2;
  575. private System.Windows.Forms.Label label1;
  576. private System.Windows.Forms.TextBox txtCS;
  577. private System.Windows.Forms.Label label4;
  578. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
  579. private System.Windows.Forms.TextBox txtMemo;
  580. private System.Windows.Forms.Label label5;
  581. private System.Windows.Forms.Label label6;
  582. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  583. }
  584. }