ComBaseSplineFrm.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBaseSplineFrm
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  38. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
  40. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
  42. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  44. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  46. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  47. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBaseSplineFrm));
  48. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  49. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  50. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  51. this.panel1 = new System.Windows.Forms.Panel();
  52. this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  53. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  54. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  55. this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
  56. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  57. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  58. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  60. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  61. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  62. this.splitContainer1.Panel1.SuspendLayout();
  63. this.splitContainer1.Panel2.SuspendLayout();
  64. this.splitContainer1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  67. this.panel1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // splitContainer1
  74. //
  75. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.splitContainer1.Location = new System.Drawing.Point(0, 88);
  77. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  78. this.splitContainer1.Name = "splitContainer1";
  79. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  80. //
  81. // splitContainer1.Panel1
  82. //
  83. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
  84. //
  85. // splitContainer1.Panel2
  86. //
  87. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  88. this.splitContainer1.Size = new System.Drawing.Size(1101, 441);
  89. this.splitContainer1.SplitterDistance = 208;
  90. this.splitContainer1.SplitterWidth = 5;
  91. this.splitContainer1.TabIndex = 1;
  92. //
  93. // ultraGroupBox1
  94. //
  95. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  97. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  98. this.ultraGroupBox1.Name = "ultraGroupBox1";
  99. this.ultraGroupBox1.Size = new System.Drawing.Size(1101, 208);
  100. this.ultraGroupBox1.TabIndex = 0;
  101. this.ultraGroupBox1.Text = "试样码主信息";
  102. //
  103. // ultraGroupBox2
  104. //
  105. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  107. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  108. this.ultraGroupBox2.Name = "ultraGroupBox2";
  109. this.ultraGroupBox2.Size = new System.Drawing.Size(1101, 228);
  110. this.ultraGroupBox2.TabIndex = 1;
  111. this.ultraGroupBox2.Text = "试样码从信息";
  112. //
  113. // panel1
  114. //
  115. this.panel1.Controls.Add(this.labelComboBox2);
  116. this.panel1.Controls.Add(this.labelComboBox1);
  117. this.panel1.Controls.Add(this.labelTextBox1);
  118. this.panel1.Controls.Add(this.labelCheckBox1);
  119. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  120. this.panel1.Location = new System.Drawing.Point(0, 28);
  121. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  122. this.panel1.Name = "panel1";
  123. this.panel1.Size = new System.Drawing.Size(1101, 60);
  124. this.panel1.TabIndex = 2;
  125. //
  126. // labelComboBox2
  127. //
  128. //
  129. //
  130. //
  131. this.labelComboBox2.CheckBox.AutoSize = true;
  132. this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(4, 4);
  133. this.labelComboBox2.CheckBox.Name = "checkBox1";
  134. this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  135. this.labelComboBox2.CheckBox.TabIndex = 0;
  136. this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
  137. //
  138. //
  139. //
  140. this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  141. this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  143. this.labelComboBox2.ComboBox.Enabled = false;
  144. this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  145. valueListItem1.DataValue = "ValueListItem0";
  146. valueListItem1.DisplayText = "天管";
  147. valueListItem2.DataValue = "ValueListItem1";
  148. valueListItem2.DisplayText = "天淮";
  149. this.labelComboBox2.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  150. valueListItem1,
  151. valueListItem2});
  152. this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
  153. this.labelComboBox2.ComboBox.Name = "comboBox1";
  154. this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(110, 24);
  155. this.labelComboBox2.ComboBox.TabIndex = 0;
  156. //
  157. //
  158. //
  159. this.labelComboBox2.Label.AutoSize = true;
  160. this.labelComboBox2.Label.Location = new System.Drawing.Point(24, 4);
  161. this.labelComboBox2.Label.Name = "label1";
  162. this.labelComboBox2.Label.Size = new System.Drawing.Size(67, 15);
  163. this.labelComboBox2.Label.TabIndex = 2;
  164. this.labelComboBox2.Label.Text = "所属区域";
  165. this.labelComboBox2.Location = new System.Drawing.Point(540, 14);
  166. this.labelComboBox2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  167. this.labelComboBox2.Name = "labelComboBox2";
  168. this.labelComboBox2.Size = new System.Drawing.Size(204, 28);
  169. this.labelComboBox2.TabIndex = 3;
  170. //
  171. // labelComboBox1
  172. //
  173. //
  174. //
  175. //
  176. this.labelComboBox1.CheckBox.AutoSize = true;
  177. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  178. this.labelComboBox1.CheckBox.Name = "checkBox1";
  179. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  180. this.labelComboBox1.CheckBox.TabIndex = 0;
  181. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  182. //
  183. //
  184. //
  185. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  186. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  188. this.labelComboBox1.ComboBox.Enabled = false;
  189. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  190. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  191. this.labelComboBox1.ComboBox.Name = "comboBox1";
  192. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(110, 24);
  193. this.labelComboBox1.ComboBox.TabIndex = 0;
  194. //
  195. //
  196. //
  197. this.labelComboBox1.Label.AutoSize = true;
  198. this.labelComboBox1.Label.Location = new System.Drawing.Point(24, 4);
  199. this.labelComboBox1.Label.Name = "label1";
  200. this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
  201. this.labelComboBox1.Label.TabIndex = 2;
  202. this.labelComboBox1.Label.Text = "毛样类型";
  203. this.labelComboBox1.Location = new System.Drawing.Point(301, 14);
  204. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  205. this.labelComboBox1.Name = "labelComboBox1";
  206. this.labelComboBox1.Size = new System.Drawing.Size(204, 28);
  207. this.labelComboBox1.TabIndex = 2;
  208. //
  209. // labelTextBox1
  210. //
  211. //
  212. //
  213. //
  214. this.labelTextBox1.CheckBox.AutoSize = true;
  215. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  216. this.labelTextBox1.CheckBox.Name = "checkBox1";
  217. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  218. this.labelTextBox1.CheckBox.TabIndex = 1;
  219. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  220. //
  221. //
  222. //
  223. this.labelTextBox1.Label.AutoSize = true;
  224. this.labelTextBox1.Label.Location = new System.Drawing.Point(24, 4);
  225. this.labelTextBox1.Label.Name = "label1";
  226. this.labelTextBox1.Label.Size = new System.Drawing.Size(52, 15);
  227. this.labelTextBox1.Label.TabIndex = 0;
  228. this.labelTextBox1.Label.Text = "试样组";
  229. this.labelTextBox1.Location = new System.Drawing.Point(16, 15);
  230. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  231. this.labelTextBox1.Name = "labelTextBox1";
  232. this.labelTextBox1.Size = new System.Drawing.Size(263, 26);
  233. this.labelTextBox1.TabIndex = 1;
  234. //
  235. //
  236. //
  237. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.labelTextBox1.TextBox.Enabled = false;
  239. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  240. this.labelTextBox1.TextBox.Name = "textBox1";
  241. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(184, 25);
  242. this.labelTextBox1.TextBox.TabIndex = 1;
  243. //
  244. // labelCheckBox1
  245. //
  246. //
  247. //
  248. //
  249. this.labelCheckBox1.CheckBox.AutoSize = true;
  250. this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(3, 3);
  251. this.labelCheckBox1.CheckBox.Name = "checkBox1";
  252. this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(89, 19);
  253. this.labelCheckBox1.CheckBox.TabIndex = 0;
  254. this.labelCheckBox1.CheckBox.Text = "包含无效";
  255. this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
  256. this.labelCheckBox1.Location = new System.Drawing.Point(780, 15);
  257. this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  258. this.labelCheckBox1.Name = "labelCheckBox1";
  259. this.labelCheckBox1.Size = new System.Drawing.Size(113, 26);
  260. this.labelCheckBox1.TabIndex = 0;
  261. //
  262. // ultraToolbarsManager1
  263. //
  264. this.ultraToolbarsManager1.DesignerFlags = 1;
  265. this.ultraToolbarsManager1.DockWithinContainer = this;
  266. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  267. ultraToolbar1.DockedColumn = 0;
  268. ultraToolbar1.DockedRow = 0;
  269. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  270. buttonTool1,
  271. buttonTool2,
  272. buttonTool3,
  273. buttonTool4,
  274. buttonTool5});
  275. ultraToolbar1.Text = "UltraToolbar1";
  276. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  277. ultraToolbar1});
  278. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  279. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  280. buttonTool6.SharedPropsInternal.Caption = "查询";
  281. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  282. appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
  283. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
  284. buttonTool7.SharedPropsInternal.Caption = "保存";
  285. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  286. appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
  287. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
  288. buttonTool8.SharedPropsInternal.Caption = "作废";
  289. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  290. appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
  291. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
  292. buttonTool9.SharedPropsInternal.Caption = "恢复";
  293. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  294. appearance17.Image = ((object)(resources.GetObject("appearance17.Image")));
  295. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
  296. buttonTool10.SharedPropsInternal.Caption = "关闭";
  297. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  298. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  299. buttonTool6,
  300. buttonTool7,
  301. buttonTool8,
  302. buttonTool9,
  303. buttonTool10});
  304. this.ultraToolbarsManager1.Visible = false;
  305. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  306. //
  307. // _FrmBase_Toolbars_Dock_Area_Left
  308. //
  309. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  310. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  311. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  312. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  313. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  314. this._FrmBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  315. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  316. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 501);
  317. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  318. //
  319. // _FrmBase_Toolbars_Dock_Area_Right
  320. //
  321. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  322. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  323. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  324. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  325. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1101, 28);
  326. this._FrmBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  327. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  328. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 501);
  329. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  330. //
  331. // _FrmBase_Toolbars_Dock_Area_Top
  332. //
  333. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  334. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  335. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  336. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  337. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  338. this._FrmBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  339. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  340. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1101, 28);
  341. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  342. //
  343. // _FrmBase_Toolbars_Dock_Area_Bottom
  344. //
  345. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  346. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  347. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  348. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  349. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 529);
  350. this._FrmBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  351. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  352. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1101, 0);
  353. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  354. //
  355. // ComBaseSplineFrm
  356. //
  357. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  358. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  359. this.ClientSize = new System.Drawing.Size(1101, 529);
  360. this.Controls.Add(this.splitContainer1);
  361. this.Controls.Add(this.panel1);
  362. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  363. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  364. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  365. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  366. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  367. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  368. this.Name = "ComBaseSplineFrm";
  369. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  370. this.Text = "试样码管理";
  371. this.Load += new System.EventHandler(this.ComBaseSplineFrm_Load);
  372. this.splitContainer1.Panel1.ResumeLayout(false);
  373. this.splitContainer1.Panel2.ResumeLayout(false);
  374. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  375. this.splitContainer1.ResumeLayout(false);
  376. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  378. this.panel1.ResumeLayout(false);
  379. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  382. this.ResumeLayout(false);
  383. }
  384. #endregion
  385. private System.Windows.Forms.SplitContainer splitContainer1;
  386. private System.Windows.Forms.Panel panel1;
  387. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  388. private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
  389. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  390. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  391. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  392. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  393. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  394. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  395. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  396. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  397. private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
  398. }
  399. }