FrmToolRepairPositionInfo.Designer.cs.svn-base 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmToolRepairPositionInfo
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("材料类型编号");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工器具名称");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("工器具编号");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("维修位置名称");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  35. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("New");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("New");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  44. this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  45. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  46. this.chkToolName = new System.Windows.Forms.CheckBox();
  47. this.cboToolType = new System.Windows.Forms.ComboBox();
  48. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  49. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  50. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  53. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  54. this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  55. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  56. this.lblParaID = new System.Windows.Forms.Label();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.cboParaID = new System.Windows.Forms.ComboBox();
  59. this.lblToolName = new System.Windows.Forms.Label();
  60. this.lblToolID = new System.Windows.Forms.Label();
  61. this.cboToolID = new System.Windows.Forms.ComboBox();
  62. this.lblMemo = new System.Windows.Forms.Label();
  63. this.cboToolName = new System.Windows.Forms.ComboBox();
  64. this.txtMemo = new System.Windows.Forms.TextBox();
  65. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  67. this.ulgrpModel.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  70. this.ultraExpandableGroupBox1.SuspendLayout();
  71. this.ulexpgrpModel.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  73. this.ultraGroupBox1.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // ulgrid
  77. //
  78. ultraGridColumn1.Header.VisiblePosition = 0;
  79. ultraGridColumn1.Width = 129;
  80. ultraGridColumn2.Header.VisiblePosition = 1;
  81. ultraGridColumn2.Width = 126;
  82. ultraGridColumn3.Header.VisiblePosition = 2;
  83. ultraGridColumn3.Hidden = true;
  84. ultraGridColumn4.Header.VisiblePosition = 3;
  85. ultraGridColumn4.Width = 136;
  86. ultraGridColumn5.Header.VisiblePosition = 4;
  87. ultraGridColumn5.Width = 250;
  88. ultraGridBand1.Columns.AddRange(new object[] {
  89. ultraGridColumn1,
  90. ultraGridColumn2,
  91. ultraGridColumn3,
  92. ultraGridColumn4,
  93. ultraGridColumn5});
  94. ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  95. this.ulgrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  96. this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  97. this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
  99. this.ulgrid.Location = new System.Drawing.Point(0, 71);
  100. this.ulgrid.Name = "ulgrid";
  101. this.ulgrid.Size = new System.Drawing.Size(685, 241);
  102. this.ulgrid.TabIndex = 28;
  103. this.ulgrid.Click += new System.EventHandler(this.ulgrid_Click);
  104. //
  105. // ulgrpModel
  106. //
  107. this.ulgrpModel.Controls.Add(this.chkToolName);
  108. this.ulgrpModel.Controls.Add(this.cboToolType);
  109. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.ulgrpModel.Location = new System.Drawing.Point(0, 26);
  111. this.ulgrpModel.Name = "ulgrpModel";
  112. this.ulgrpModel.Size = new System.Drawing.Size(685, 45);
  113. this.ulgrpModel.TabIndex = 27;
  114. //
  115. // chkToolName
  116. //
  117. this.chkToolName.AutoSize = true;
  118. this.chkToolName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  119. this.chkToolName.Font = new System.Drawing.Font("宋体", 10.5F);
  120. this.chkToolName.Location = new System.Drawing.Point(19, 13);
  121. this.chkToolName.Name = "chkToolName";
  122. this.chkToolName.Size = new System.Drawing.Size(93, 18);
  123. this.chkToolName.TabIndex = 165;
  124. this.chkToolName.Text = "工器具名称";
  125. this.chkToolName.UseVisualStyleBackColor = true;
  126. this.chkToolName.CheckedChanged += new System.EventHandler(this.chkToolName_CheckedChanged);
  127. //
  128. // cboToolType
  129. //
  130. this.cboToolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  131. this.cboToolType.Enabled = false;
  132. this.cboToolType.Font = new System.Drawing.Font("宋体", 10.5F);
  133. this.cboToolType.FormattingEnabled = true;
  134. this.cboToolType.Items.AddRange(new object[] {
  135. "铁包",
  136. "钢包"});
  137. this.cboToolType.Location = new System.Drawing.Point(116, 11);
  138. this.cboToolType.Name = "cboToolType";
  139. this.cboToolType.Size = new System.Drawing.Size(121, 22);
  140. this.cboToolType.TabIndex = 163;
  141. this.cboToolType.SelectedIndexChanged += new System.EventHandler(this.cboToolType_SelectedIndexChanged);
  142. //
  143. // ultraToolbarsManager1
  144. //
  145. this.ultraToolbarsManager1.DesignerFlags = 1;
  146. this.ultraToolbarsManager1.DockWithinContainer = this;
  147. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  148. this.ultraToolbarsManager1.LockToolbars = true;
  149. this.ultraToolbarsManager1.MdiMergeable = false;
  150. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  151. ultraToolbar1.DockedColumn = 0;
  152. ultraToolbar1.DockedRow = 0;
  153. buttonTool2.InstanceProps.IsFirstInGroup = true;
  154. buttonTool3.InstanceProps.IsFirstInGroup = true;
  155. buttonTool4.InstanceProps.IsFirstInGroup = true;
  156. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  157. buttonTool1,
  158. buttonTool2,
  159. buttonTool3,
  160. buttonTool4});
  161. ultraToolbar1.Text = "UltraToolbar1";
  162. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  163. ultraToolbar1});
  164. buttonTool5.SharedPropsInternal.Caption = "新增";
  165. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  166. buttonTool6.SharedPropsInternal.Caption = "修改";
  167. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  168. buttonTool7.SharedPropsInternal.Caption = "删除";
  169. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  170. buttonTool8.SharedPropsInternal.Caption = "关闭";
  171. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  172. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  173. buttonTool5,
  174. buttonTool6,
  175. buttonTool7,
  176. buttonTool8});
  177. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  178. //
  179. // _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top
  180. //
  181. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  182. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  183. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  184. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  185. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  186. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top";
  187. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(685, 26);
  188. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  189. //
  190. // _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom
  191. //
  192. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  193. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  194. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  195. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 444);
  197. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom";
  198. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(685, 0);
  199. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  200. //
  201. // _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left
  202. //
  203. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  204. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  205. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  206. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  207. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  208. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left";
  209. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 418);
  210. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  211. //
  212. // _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right
  213. //
  214. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  215. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  216. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  217. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(685, 26);
  219. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.Name = "_FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right";
  220. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 418);
  221. this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  222. //
  223. // ultraExpandableGroupBox1
  224. //
  225. this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel);
  226. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  227. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(685, 132);
  228. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
  229. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 312);
  230. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  231. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(685, 132);
  232. this.ultraExpandableGroupBox1.TabIndex = 33;
  233. this.ultraExpandableGroupBox1.Text = "详细信息";
  234. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  235. //
  236. // ulexpgrpModel
  237. //
  238. this.ulexpgrpModel.Controls.Add(this.ultraGroupBox1);
  239. this.ulexpgrpModel.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.ulexpgrpModel.Location = new System.Drawing.Point(2, 22);
  241. this.ulexpgrpModel.Name = "ulexpgrpModel";
  242. this.ulexpgrpModel.Size = new System.Drawing.Size(681, 108);
  243. this.ulexpgrpModel.TabIndex = 0;
  244. //
  245. // ultraGroupBox1
  246. //
  247. this.ultraGroupBox1.Controls.Add(this.lblParaID);
  248. this.ultraGroupBox1.Controls.Add(this.label1);
  249. this.ultraGroupBox1.Controls.Add(this.cboParaID);
  250. this.ultraGroupBox1.Controls.Add(this.lblToolName);
  251. this.ultraGroupBox1.Controls.Add(this.lblToolID);
  252. this.ultraGroupBox1.Controls.Add(this.cboToolID);
  253. this.ultraGroupBox1.Controls.Add(this.lblMemo);
  254. this.ultraGroupBox1.Controls.Add(this.cboToolName);
  255. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  256. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  258. this.ultraGroupBox1.Name = "ultraGroupBox1";
  259. this.ultraGroupBox1.Size = new System.Drawing.Size(681, 108);
  260. this.ultraGroupBox1.TabIndex = 245;
  261. //
  262. // lblParaID
  263. //
  264. this.lblParaID.AutoSize = true;
  265. this.lblParaID.BackColor = System.Drawing.Color.Transparent;
  266. this.lblParaID.Location = new System.Drawing.Point(6, 14);
  267. this.lblParaID.Name = "lblParaID";
  268. this.lblParaID.Size = new System.Drawing.Size(91, 14);
  269. this.lblParaID.TabIndex = 242;
  270. this.lblParaID.Text = "材料类型编号";
  271. //
  272. // label1
  273. //
  274. this.label1.AutoSize = true;
  275. this.label1.BackColor = System.Drawing.Color.Transparent;
  276. this.label1.Location = new System.Drawing.Point(520, 15);
  277. this.label1.Name = "label1";
  278. this.label1.Size = new System.Drawing.Size(0, 14);
  279. this.label1.TabIndex = 244;
  280. this.label1.Visible = false;
  281. //
  282. // cboParaID
  283. //
  284. this.cboParaID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  285. this.cboParaID.FormattingEnabled = true;
  286. this.cboParaID.Location = new System.Drawing.Point(102, 10);
  287. this.cboParaID.Name = "cboParaID";
  288. this.cboParaID.Size = new System.Drawing.Size(107, 22);
  289. this.cboParaID.TabIndex = 233;
  290. //
  291. // lblToolName
  292. //
  293. this.lblToolName.AutoSize = true;
  294. this.lblToolName.BackColor = System.Drawing.Color.Transparent;
  295. this.lblToolName.Location = new System.Drawing.Point(236, 14);
  296. this.lblToolName.Name = "lblToolName";
  297. this.lblToolName.Size = new System.Drawing.Size(91, 14);
  298. this.lblToolName.TabIndex = 243;
  299. this.lblToolName.Text = "适用工具类型";
  300. //
  301. // lblToolID
  302. //
  303. this.lblToolID.AutoSize = true;
  304. this.lblToolID.BackColor = System.Drawing.Color.Transparent;
  305. this.lblToolID.Location = new System.Drawing.Point(454, 14);
  306. this.lblToolID.Name = "lblToolID";
  307. this.lblToolID.Size = new System.Drawing.Size(91, 14);
  308. this.lblToolID.TabIndex = 234;
  309. this.lblToolID.Text = "适用工具位置";
  310. //
  311. // cboToolID
  312. //
  313. this.cboToolID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  314. this.cboToolID.FormattingEnabled = true;
  315. this.cboToolID.Location = new System.Drawing.Point(551, 10);
  316. this.cboToolID.Name = "cboToolID";
  317. this.cboToolID.Size = new System.Drawing.Size(93, 22);
  318. this.cboToolID.TabIndex = 235;
  319. //
  320. // lblMemo
  321. //
  322. this.lblMemo.AutoSize = true;
  323. this.lblMemo.BackColor = System.Drawing.Color.Transparent;
  324. this.lblMemo.Location = new System.Drawing.Point(62, 47);
  325. this.lblMemo.Name = "lblMemo";
  326. this.lblMemo.Size = new System.Drawing.Size(35, 14);
  327. this.lblMemo.TabIndex = 240;
  328. this.lblMemo.Text = "备注";
  329. //
  330. // cboToolName
  331. //
  332. this.cboToolName.FormattingEnabled = true;
  333. this.cboToolName.Items.AddRange(new object[] {
  334. "铁包",
  335. "钢包"});
  336. this.cboToolName.Location = new System.Drawing.Point(331, 10);
  337. this.cboToolName.Name = "cboToolName";
  338. this.cboToolName.Size = new System.Drawing.Size(97, 22);
  339. this.cboToolName.TabIndex = 235;
  340. //
  341. // txtMemo
  342. //
  343. this.txtMemo.Location = new System.Drawing.Point(102, 44);
  344. this.txtMemo.Multiline = true;
  345. this.txtMemo.Name = "txtMemo";
  346. this.txtMemo.Size = new System.Drawing.Size(542, 56);
  347. this.txtMemo.TabIndex = 241;
  348. //
  349. // FrmToolRepairPositionInfo
  350. //
  351. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  352. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  353. this.ClientSize = new System.Drawing.Size(685, 444);
  354. this.Controls.Add(this.ulgrid);
  355. this.Controls.Add(this.ulgrpModel);
  356. this.Controls.Add(this.ultraExpandableGroupBox1);
  357. this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left);
  358. this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right);
  359. this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top);
  360. this.Controls.Add(this._FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom);
  361. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  362. this.Name = "FrmToolRepairPositionInfo";
  363. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  364. this.Text = "维修位置信息";
  365. this.Load += new System.EventHandler(this.FrmToolRepairPositionInfo_Load);
  366. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  368. this.ulgrpModel.ResumeLayout(false);
  369. this.ulgrpModel.PerformLayout();
  370. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  372. this.ultraExpandableGroupBox1.ResumeLayout(false);
  373. this.ulexpgrpModel.ResumeLayout(false);
  374. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  375. this.ultraGroupBox1.ResumeLayout(false);
  376. this.ultraGroupBox1.PerformLayout();
  377. this.ResumeLayout(false);
  378. }
  379. #endregion
  380. public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
  381. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  382. private System.Windows.Forms.ComboBox cboToolType;
  383. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  384. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Left;
  385. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Right;
  386. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Top;
  387. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmToolRepairPositionInfo_Toolbars_Dock_Area_Bottom;
  388. public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  389. public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel;
  390. private System.Windows.Forms.Label lblToolName;
  391. private System.Windows.Forms.Label lblParaID;
  392. private System.Windows.Forms.Label lblMemo;
  393. private System.Windows.Forms.TextBox txtMemo;
  394. private System.Windows.Forms.ComboBox cboToolName;
  395. private System.Windows.Forms.ComboBox cboToolID;
  396. private System.Windows.Forms.Label lblToolID;
  397. private System.Windows.Forms.ComboBox cboParaID;
  398. private System.Windows.Forms.Label label1;
  399. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  400. private System.Windows.Forms.CheckBox chkToolName;
  401. }
  402. }