FrmToolStuffBaseInfo.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmToolStuffBaseInfo
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("New");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("New");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  38. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("材料类型编号");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("材料类型名称");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("制造厂家");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("参数类型编号");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工具类型");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  45. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  46. this.cboQResult = new System.Windows.Forms.ComboBox();
  47. this.chkApprove = new System.Windows.Forms.CheckBox();
  48. this.cboQToolName = new System.Windows.Forms.ComboBox();
  49. this.chkToolName = new System.Windows.Forms.CheckBox();
  50. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  51. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  53. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  54. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  55. this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  56. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  57. this.lblParaID = new System.Windows.Forms.Label();
  58. this.label2 = new System.Windows.Forms.Label();
  59. this.cboParaID = new System.Windows.Forms.ComboBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.lblToolID = new System.Windows.Forms.Label();
  62. this.comboBox1 = new System.Windows.Forms.ComboBox();
  63. this.cboToolID = new System.Windows.Forms.ComboBox();
  64. this.cboOperation = new System.Windows.Forms.ComboBox();
  65. this.cboToolName = new System.Windows.Forms.ComboBox();
  66. this.lblOperation = new System.Windows.Forms.Label();
  67. this.txtMemo = new System.Windows.Forms.TextBox();
  68. this.lblToolName = new System.Windows.Forms.Label();
  69. this.lblMemo = new System.Windows.Forms.Label();
  70. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  71. this.ulgridModel = new Infragistics.Win.UltraWinGrid.UltraGrid();
  72. this.dataSet1 = new System.Data.DataSet();
  73. this.dataTable1 = new System.Data.DataTable();
  74. this.dataColumn1 = new System.Data.DataColumn();
  75. this.dataColumn2 = new System.Data.DataColumn();
  76. this.dataColumn3 = new System.Data.DataColumn();
  77. this.dataColumn4 = new System.Data.DataColumn();
  78. this.dataColumn5 = new System.Data.DataColumn();
  79. this.dataColumn6 = new System.Data.DataColumn();
  80. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  81. this.ulgrpModel.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  83. this.ulexpgrpModel.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  85. this.ultraGroupBox1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  87. this.ultraExpandableGroupBox1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.ulgridModel)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // ulgrpModel
  94. //
  95. this.ulgrpModel.Controls.Add(this.cboQResult);
  96. this.ulgrpModel.Controls.Add(this.chkApprove);
  97. this.ulgrpModel.Controls.Add(this.cboQToolName);
  98. this.ulgrpModel.Controls.Add(this.chkToolName);
  99. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  100. this.ulgrpModel.Location = new System.Drawing.Point(0, 26);
  101. this.ulgrpModel.Name = "ulgrpModel";
  102. this.ulgrpModel.Size = new System.Drawing.Size(703, 45);
  103. this.ulgrpModel.TabIndex = 12;
  104. //
  105. // cboQResult
  106. //
  107. this.cboQResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  108. this.cboQResult.Enabled = false;
  109. this.cboQResult.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.cboQResult.FormattingEnabled = true;
  111. this.cboQResult.Location = new System.Drawing.Point(329, 12);
  112. this.cboQResult.Name = "cboQResult";
  113. this.cboQResult.Size = new System.Drawing.Size(143, 22);
  114. this.cboQResult.TabIndex = 167;
  115. this.cboQResult.SelectionChangeCommitted += new System.EventHandler(this.cboQResult_SelectionChangeCommitted_1);
  116. this.cboQResult.DropDownClosed += new System.EventHandler(this.cboQResult_DropDownClosed);
  117. //
  118. // chkApprove
  119. //
  120. this.chkApprove.AutoSize = true;
  121. this.chkApprove.BackColor = System.Drawing.Color.Transparent;
  122. this.chkApprove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  123. this.chkApprove.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.chkApprove.Location = new System.Drawing.Point(250, 14);
  125. this.chkApprove.Name = "chkApprove";
  126. this.chkApprove.Size = new System.Drawing.Size(79, 18);
  127. this.chkApprove.TabIndex = 166;
  128. this.chkApprove.Text = "工具类型";
  129. this.chkApprove.UseVisualStyleBackColor = false;
  130. this.chkApprove.CheckedChanged += new System.EventHandler(this.chkApprove_CheckedChanged_1);
  131. //
  132. // cboQToolName
  133. //
  134. this.cboQToolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  135. this.cboQToolName.Enabled = false;
  136. this.cboQToolName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.cboQToolName.FormattingEnabled = true;
  138. this.cboQToolName.Location = new System.Drawing.Point(91, 12);
  139. this.cboQToolName.Name = "cboQToolName";
  140. this.cboQToolName.Size = new System.Drawing.Size(143, 22);
  141. this.cboQToolName.TabIndex = 163;
  142. this.cboQToolName.SelectionChangeCommitted += new System.EventHandler(this.cboQToolName_SelectionChangeCommitted_1);
  143. this.cboQToolName.DropDownClosed += new System.EventHandler(this.cboQToolName_DropDownClosed);
  144. //
  145. // chkToolName
  146. //
  147. this.chkToolName.AutoSize = true;
  148. this.chkToolName.BackColor = System.Drawing.Color.Transparent;
  149. this.chkToolName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  150. this.chkToolName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.chkToolName.Location = new System.Drawing.Point(12, 14);
  152. this.chkToolName.Name = "chkToolName";
  153. this.chkToolName.Size = new System.Drawing.Size(79, 18);
  154. this.chkToolName.TabIndex = 162;
  155. this.chkToolName.Text = "材料类型";
  156. this.chkToolName.UseVisualStyleBackColor = false;
  157. this.chkToolName.CheckedChanged += new System.EventHandler(this.chkToolName_CheckedChanged_1);
  158. //
  159. // ultraToolbarsManager1
  160. //
  161. this.ultraToolbarsManager1.DesignerFlags = 1;
  162. this.ultraToolbarsManager1.DockWithinContainer = this;
  163. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  164. this.ultraToolbarsManager1.LockToolbars = true;
  165. this.ultraToolbarsManager1.MdiMergeable = false;
  166. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  167. ultraToolbar1.DockedColumn = 0;
  168. ultraToolbar1.DockedRow = 0;
  169. buttonTool2.InstanceProps.IsFirstInGroup = true;
  170. buttonTool3.InstanceProps.IsFirstInGroup = true;
  171. buttonTool4.InstanceProps.IsFirstInGroup = true;
  172. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  173. buttonTool1,
  174. buttonTool2,
  175. buttonTool3,
  176. buttonTool4});
  177. ultraToolbar1.Text = "UltraToolbar1";
  178. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  179. ultraToolbar1});
  180. buttonTool5.SharedPropsInternal.Caption = "新增";
  181. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  182. buttonTool6.SharedPropsInternal.Caption = "修改";
  183. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  184. buttonTool7.SharedPropsInternal.Caption = "删除";
  185. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  186. buttonTool8.SharedPropsInternal.Caption = "关闭";
  187. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  188. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  189. buttonTool5,
  190. buttonTool6,
  191. buttonTool7,
  192. buttonTool8});
  193. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  194. //
  195. // _FrmStuffBaseInfo_Toolbars_Dock_Area_Left
  196. //
  197. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  198. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  199. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  200. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  202. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Left";
  203. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 390);
  204. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  205. //
  206. // _FrmStuffBaseInfo_Toolbars_Dock_Area_Right
  207. //
  208. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  209. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  210. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  211. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  212. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(703, 26);
  213. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Right";
  214. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 390);
  215. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  216. //
  217. // _FrmStuffBaseInfo_Toolbars_Dock_Area_Top
  218. //
  219. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  220. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  221. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  222. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  223. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  224. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Top";
  225. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(703, 26);
  226. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  227. //
  228. // _FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom
  229. //
  230. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  231. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  232. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  233. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  234. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 416);
  235. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.Name = "_FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom";
  236. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(703, 0);
  237. this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  238. //
  239. // ulexpgrpModel
  240. //
  241. this.ulexpgrpModel.Controls.Add(this.ultraGroupBox1);
  242. this.ulexpgrpModel.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.ulexpgrpModel.Location = new System.Drawing.Point(2, 22);
  244. this.ulexpgrpModel.Name = "ulexpgrpModel";
  245. this.ulexpgrpModel.Size = new System.Drawing.Size(699, 123);
  246. this.ulexpgrpModel.TabIndex = 0;
  247. //
  248. // ultraGroupBox1
  249. //
  250. this.ultraGroupBox1.Controls.Add(this.lblParaID);
  251. this.ultraGroupBox1.Controls.Add(this.label2);
  252. this.ultraGroupBox1.Controls.Add(this.cboParaID);
  253. this.ultraGroupBox1.Controls.Add(this.label1);
  254. this.ultraGroupBox1.Controls.Add(this.lblToolID);
  255. this.ultraGroupBox1.Controls.Add(this.comboBox1);
  256. this.ultraGroupBox1.Controls.Add(this.cboToolID);
  257. this.ultraGroupBox1.Controls.Add(this.cboOperation);
  258. this.ultraGroupBox1.Controls.Add(this.cboToolName);
  259. this.ultraGroupBox1.Controls.Add(this.lblOperation);
  260. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  261. this.ultraGroupBox1.Controls.Add(this.lblToolName);
  262. this.ultraGroupBox1.Controls.Add(this.lblMemo);
  263. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  265. this.ultraGroupBox1.Name = "ultraGroupBox1";
  266. this.ultraGroupBox1.Size = new System.Drawing.Size(699, 123);
  267. this.ultraGroupBox1.TabIndex = 250;
  268. //
  269. // lblParaID
  270. //
  271. this.lblParaID.AutoSize = true;
  272. this.lblParaID.BackColor = System.Drawing.Color.Transparent;
  273. this.lblParaID.Location = new System.Drawing.Point(4, 12);
  274. this.lblParaID.Name = "lblParaID";
  275. this.lblParaID.Size = new System.Drawing.Size(91, 14);
  276. this.lblParaID.TabIndex = 242;
  277. this.lblParaID.Text = "材料类型名称";
  278. //
  279. // label2
  280. //
  281. this.label2.AutoSize = true;
  282. this.label2.BackColor = System.Drawing.Color.Transparent;
  283. this.label2.Location = new System.Drawing.Point(303, -6);
  284. this.label2.Name = "label2";
  285. this.label2.Size = new System.Drawing.Size(0, 14);
  286. this.label2.TabIndex = 249;
  287. this.label2.Visible = false;
  288. //
  289. // cboParaID
  290. //
  291. this.cboParaID.FormattingEnabled = true;
  292. this.cboParaID.Location = new System.Drawing.Point(101, 8);
  293. this.cboParaID.Name = "cboParaID";
  294. this.cboParaID.Size = new System.Drawing.Size(121, 22);
  295. this.cboParaID.TabIndex = 233;
  296. //
  297. // label1
  298. //
  299. this.label1.AutoSize = true;
  300. this.label1.BackColor = System.Drawing.Color.Transparent;
  301. this.label1.Location = new System.Drawing.Point(253, 12);
  302. this.label1.Name = "label1";
  303. this.label1.Size = new System.Drawing.Size(63, 14);
  304. this.label1.TabIndex = 248;
  305. this.label1.Text = "工具类型";
  306. //
  307. // lblToolID
  308. //
  309. this.lblToolID.AutoSize = true;
  310. this.lblToolID.BackColor = System.Drawing.Color.Transparent;
  311. this.lblToolID.Location = new System.Drawing.Point(464, 12);
  312. this.lblToolID.Name = "lblToolID";
  313. this.lblToolID.Size = new System.Drawing.Size(91, 14);
  314. this.lblToolID.TabIndex = 234;
  315. this.lblToolID.Text = "参数类型编号";
  316. //
  317. // comboBox1
  318. //
  319. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  320. this.comboBox1.FormattingEnabled = true;
  321. this.comboBox1.Location = new System.Drawing.Point(328, 8);
  322. this.comboBox1.Name = "comboBox1";
  323. this.comboBox1.Size = new System.Drawing.Size(121, 22);
  324. this.comboBox1.TabIndex = 247;
  325. //
  326. // cboToolID
  327. //
  328. this.cboToolID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  329. this.cboToolID.FormattingEnabled = true;
  330. this.cboToolID.Location = new System.Drawing.Point(562, 8);
  331. this.cboToolID.Name = "cboToolID";
  332. this.cboToolID.Size = new System.Drawing.Size(121, 22);
  333. this.cboToolID.TabIndex = 235;
  334. //
  335. // cboOperation
  336. //
  337. this.cboOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  338. this.cboOperation.FormattingEnabled = true;
  339. this.cboOperation.Location = new System.Drawing.Point(101, 38);
  340. this.cboOperation.Name = "cboOperation";
  341. this.cboOperation.Size = new System.Drawing.Size(348, 22);
  342. this.cboOperation.TabIndex = 246;
  343. //
  344. // cboToolName
  345. //
  346. this.cboToolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  347. this.cboToolName.FormattingEnabled = true;
  348. this.cboToolName.Location = new System.Drawing.Point(562, 38);
  349. this.cboToolName.Name = "cboToolName";
  350. this.cboToolName.Size = new System.Drawing.Size(121, 22);
  351. this.cboToolName.TabIndex = 235;
  352. //
  353. // lblOperation
  354. //
  355. this.lblOperation.AutoSize = true;
  356. this.lblOperation.BackColor = System.Drawing.Color.Transparent;
  357. this.lblOperation.Location = new System.Drawing.Point(32, 42);
  358. this.lblOperation.Name = "lblOperation";
  359. this.lblOperation.Size = new System.Drawing.Size(63, 14);
  360. this.lblOperation.TabIndex = 245;
  361. this.lblOperation.Text = "制造厂家";
  362. //
  363. // txtMemo
  364. //
  365. this.txtMemo.Location = new System.Drawing.Point(101, 67);
  366. this.txtMemo.Multiline = true;
  367. this.txtMemo.Name = "txtMemo";
  368. this.txtMemo.Size = new System.Drawing.Size(582, 49);
  369. this.txtMemo.TabIndex = 241;
  370. //
  371. // lblToolName
  372. //
  373. this.lblToolName.AutoSize = true;
  374. this.lblToolName.BackColor = System.Drawing.Color.Transparent;
  375. this.lblToolName.Location = new System.Drawing.Point(464, 42);
  376. this.lblToolName.Name = "lblToolName";
  377. this.lblToolName.Size = new System.Drawing.Size(91, 14);
  378. this.lblToolName.TabIndex = 243;
  379. this.lblToolName.Text = "材料类型编号";
  380. //
  381. // lblMemo
  382. //
  383. this.lblMemo.AutoSize = true;
  384. this.lblMemo.BackColor = System.Drawing.Color.Transparent;
  385. this.lblMemo.Location = new System.Drawing.Point(60, 72);
  386. this.lblMemo.Name = "lblMemo";
  387. this.lblMemo.Size = new System.Drawing.Size(35, 14);
  388. this.lblMemo.TabIndex = 240;
  389. this.lblMemo.Text = "备注";
  390. //
  391. // ultraExpandableGroupBox1
  392. //
  393. this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel);
  394. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  395. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(703, 147);
  396. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
  397. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 269);
  398. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  399. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(703, 147);
  400. this.ultraExpandableGroupBox1.TabIndex = 11;
  401. this.ultraExpandableGroupBox1.Text = "详细信息";
  402. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  403. //
  404. // ulgridModel
  405. //
  406. this.ulgridModel.DataSource = this.dataSet1;
  407. ultraGridColumn1.Header.VisiblePosition = 0;
  408. ultraGridColumn1.Width = 88;
  409. ultraGridColumn2.Header.VisiblePosition = 1;
  410. ultraGridColumn2.Width = 103;
  411. ultraGridColumn3.Header.VisiblePosition = 2;
  412. ultraGridColumn3.Width = 169;
  413. ultraGridColumn4.Header.VisiblePosition = 4;
  414. ultraGridColumn4.Width = 97;
  415. ultraGridColumn5.Header.VisiblePosition = 3;
  416. ultraGridColumn5.Width = 73;
  417. ultraGridColumn6.Header.VisiblePosition = 5;
  418. ultraGridColumn6.Width = 144;
  419. ultraGridBand1.Columns.AddRange(new object[] {
  420. ultraGridColumn1,
  421. ultraGridColumn2,
  422. ultraGridColumn3,
  423. ultraGridColumn4,
  424. ultraGridColumn5,
  425. ultraGridColumn6});
  426. ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  427. this.ulgridModel.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  428. this.ulgridModel.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  429. this.ulgridModel.Dock = System.Windows.Forms.DockStyle.Fill;
  430. this.ulgridModel.Font = new System.Drawing.Font("宋体", 10.5F);
  431. this.ulgridModel.Location = new System.Drawing.Point(0, 71);
  432. this.ulgridModel.Name = "ulgridModel";
  433. this.ulgridModel.Size = new System.Drawing.Size(703, 198);
  434. this.ulgridModel.TabIndex = 18;
  435. this.ulgridModel.Click += new System.EventHandler(this.ulgridModel_Click);
  436. //
  437. // dataSet1
  438. //
  439. this.dataSet1.DataSetName = "NewDataSet";
  440. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  441. this.dataTable1});
  442. //
  443. // dataTable1
  444. //
  445. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  446. this.dataColumn1,
  447. this.dataColumn2,
  448. this.dataColumn3,
  449. this.dataColumn4,
  450. this.dataColumn5,
  451. this.dataColumn6});
  452. this.dataTable1.TableName = "Table1";
  453. //
  454. // dataColumn1
  455. //
  456. this.dataColumn1.ColumnName = "材料类型编号";
  457. //
  458. // dataColumn2
  459. //
  460. this.dataColumn2.ColumnName = "材料类型名称";
  461. //
  462. // dataColumn3
  463. //
  464. this.dataColumn3.ColumnName = "制造厂家";
  465. //
  466. // dataColumn4
  467. //
  468. this.dataColumn4.ColumnName = "参数类型编号";
  469. //
  470. // dataColumn5
  471. //
  472. this.dataColumn5.ColumnName = "工具类型";
  473. //
  474. // dataColumn6
  475. //
  476. this.dataColumn6.ColumnName = "备注";
  477. //
  478. // FrmToolStuffBaseInfo
  479. //
  480. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  481. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  482. this.ClientSize = new System.Drawing.Size(703, 416);
  483. this.Controls.Add(this.ulgridModel);
  484. this.Controls.Add(this.ultraExpandableGroupBox1);
  485. this.Controls.Add(this.ulgrpModel);
  486. this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Left);
  487. this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Right);
  488. this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Top);
  489. this.Controls.Add(this._FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom);
  490. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  491. this.Name = "FrmToolStuffBaseInfo";
  492. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  493. this.Text = "材料信息";
  494. this.Load += new System.EventHandler(this.FrmToolStuffBaseInfo_Load);
  495. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  496. this.ulgrpModel.ResumeLayout(false);
  497. this.ulgrpModel.PerformLayout();
  498. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  499. this.ulexpgrpModel.ResumeLayout(false);
  500. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  501. this.ultraGroupBox1.ResumeLayout(false);
  502. this.ultraGroupBox1.PerformLayout();
  503. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  504. this.ultraExpandableGroupBox1.ResumeLayout(false);
  505. ((System.ComponentModel.ISupportInitialize)(this.ulgridModel)).EndInit();
  506. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  508. this.ResumeLayout(false);
  509. }
  510. #endregion
  511. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  512. private System.Windows.Forms.ComboBox cboQResult;
  513. private System.Windows.Forms.CheckBox chkApprove;
  514. private System.Windows.Forms.ComboBox cboQToolName;
  515. private System.Windows.Forms.CheckBox chkToolName;
  516. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  517. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Left;
  518. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Right;
  519. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Top;
  520. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmStuffBaseInfo_Toolbars_Dock_Area_Bottom;
  521. public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  522. public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel;
  523. private System.Windows.Forms.ComboBox cboOperation;
  524. private System.Windows.Forms.Label lblOperation;
  525. private System.Windows.Forms.Label lblToolName;
  526. private System.Windows.Forms.Label lblParaID;
  527. private System.Windows.Forms.Label lblMemo;
  528. private System.Windows.Forms.TextBox txtMemo;
  529. private System.Windows.Forms.ComboBox cboToolName;
  530. private System.Windows.Forms.ComboBox cboToolID;
  531. private System.Windows.Forms.Label lblToolID;
  532. private System.Windows.Forms.ComboBox cboParaID;
  533. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridModel;
  534. private System.Data.DataSet dataSet1;
  535. private System.Data.DataTable dataTable1;
  536. private System.Data.DataColumn dataColumn1;
  537. private System.Data.DataColumn dataColumn2;
  538. private System.Data.DataColumn dataColumn3;
  539. private System.Data.DataColumn dataColumn4;
  540. private System.Data.DataColumn dataColumn5;
  541. private System.Data.DataColumn dataColumn6;
  542. private System.Windows.Forms.Label label1;
  543. private System.Windows.Forms.ComboBox comboBox1;
  544. private System.Windows.Forms.Label label2;
  545. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  546. }
  547. }