FrmGPLocationDlog.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace Core.StlMes.Client.YdmStuffManage
  2. {
  3. partial class FrmGPLocationDlog
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NO");
  32. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doConfirm");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  37. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  38. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGPLocationDlog));
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  40. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doConfirm");
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  44. this.txtLocationName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  45. this.chkLocationName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  48. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  49. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  50. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  53. this.dataSet1 = new System.Data.DataSet();
  54. this.dataTable1 = new System.Data.DataTable();
  55. this.dataColumn1 = new System.Data.DataColumn();
  56. this.dataColumn2 = new System.Data.DataColumn();
  57. this.ultraPanel1.ClientArea.SuspendLayout();
  58. this.ultraPanel1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtLocationName)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.chkLocationName)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  63. this.FrmBase_Fill_Panel.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // ultraPanel1
  69. //
  70. //
  71. // ultraPanel1.ClientArea
  72. //
  73. this.ultraPanel1.ClientArea.Controls.Add(this.txtLocationName);
  74. this.ultraPanel1.ClientArea.Controls.Add(this.chkLocationName);
  75. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  76. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  77. this.ultraPanel1.Name = "ultraPanel1";
  78. this.ultraPanel1.Size = new System.Drawing.Size(484, 40);
  79. this.ultraPanel1.TabIndex = 0;
  80. //
  81. // txtLocationName
  82. //
  83. this.txtLocationName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  84. this.txtLocationName.Enabled = false;
  85. this.txtLocationName.Location = new System.Drawing.Point(86, 12);
  86. this.txtLocationName.Name = "txtLocationName";
  87. this.txtLocationName.Size = new System.Drawing.Size(80, 21);
  88. this.txtLocationName.TabIndex = 953;
  89. //
  90. // chkLocationName
  91. //
  92. this.chkLocationName.Location = new System.Drawing.Point(12, 15);
  93. this.chkLocationName.Name = "chkLocationName";
  94. this.chkLocationName.Size = new System.Drawing.Size(90, 16);
  95. this.chkLocationName.TabIndex = 952;
  96. this.chkLocationName.Text = "料位名称";
  97. this.chkLocationName.CheckedChanged += new System.EventHandler(this.chkStoveNo_CheckedChanged);
  98. //
  99. // ultraGrid1
  100. //
  101. this.ultraGrid1.DataMember = "Table1";
  102. this.ultraGrid1.DataSource = this.dataSet1;
  103. ultraGridColumn1.Header.VisiblePosition = 0;
  104. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  105. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  106. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  107. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  108. ultraGridColumn2.Header.VisiblePosition = 1;
  109. ultraGridColumn2.Hidden = true;
  110. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  111. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  112. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  113. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  114. ultraGridBand1.Columns.AddRange(new object[] {
  115. ultraGridColumn1,
  116. ultraGridColumn2});
  117. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  118. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  119. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  120. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.ultraGrid1.Location = new System.Drawing.Point(0, 40);
  123. this.ultraGrid1.Name = "ultraGrid1";
  124. this.ultraGrid1.Size = new System.Drawing.Size(484, 371);
  125. this.ultraGrid1.TabIndex = 2;
  126. this.ultraGrid1.Text = "ultraGrid1";
  127. //
  128. // ultraToolbarsManager1
  129. //
  130. this.ultraToolbarsManager1.DesignerFlags = 1;
  131. this.ultraToolbarsManager1.DockWithinContainer = this;
  132. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  133. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  134. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  135. ultraToolbar1.DockedColumn = 0;
  136. ultraToolbar1.DockedRow = 0;
  137. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  138. buttonTool4,
  139. buttonTool7,
  140. buttonTool5});
  141. ultraToolbar1.Text = "UltraToolbar1";
  142. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  143. ultraToolbar1});
  144. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  145. buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  146. buttonTool1.SharedPropsInternal.Caption = "查询";
  147. buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  148. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  149. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  150. buttonTool3.SharedPropsInternal.Caption = "关闭";
  151. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  152. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  153. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  154. buttonTool8.SharedPropsInternal.Caption = "确认";
  155. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  156. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  157. buttonTool1,
  158. buttonTool3,
  159. buttonTool8});
  160. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  161. //
  162. // _FrmBase_Toolbars_Dock_Area_Top
  163. //
  164. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  165. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  166. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  167. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  168. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  169. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  170. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(484, 24);
  171. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  172. //
  173. // _FrmBase_Toolbars_Dock_Area_Bottom
  174. //
  175. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  176. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  177. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  178. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  179. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 435);
  180. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  181. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(484, 0);
  182. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  183. //
  184. // _FrmBase_Toolbars_Dock_Area_Left
  185. //
  186. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  187. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  188. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  189. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  190. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  191. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  192. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 411);
  193. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  194. //
  195. // _FrmBase_Toolbars_Dock_Area_Right
  196. //
  197. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  198. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  199. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  200. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(484, 24);
  202. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  203. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 411);
  204. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  205. //
  206. // FrmBase_Fill_Panel
  207. //
  208. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGrid1);
  209. this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel1);
  210. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  211. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 24);
  213. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  214. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(484, 411);
  215. this.FrmBase_Fill_Panel.TabIndex = 11;
  216. //
  217. // dataSet1
  218. //
  219. this.dataSet1.DataSetName = "NewDataSet";
  220. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  221. this.dataTable1});
  222. //
  223. // dataTable1
  224. //
  225. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  226. this.dataColumn1,
  227. this.dataColumn2});
  228. this.dataTable1.TableName = "Table1";
  229. //
  230. // dataColumn1
  231. //
  232. this.dataColumn1.Caption = "料位名称";
  233. this.dataColumn1.ColumnName = "LOCATION_NAME";
  234. //
  235. // dataColumn2
  236. //
  237. this.dataColumn2.Caption = "料位编码";
  238. this.dataColumn2.ColumnName = "LOCATION_NO";
  239. //
  240. // FrmGPLocationDlog
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(484, 435);
  245. this.Controls.Add(this.FrmBase_Fill_Panel);
  246. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  247. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  248. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  249. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  250. this.Margin = new System.Windows.Forms.Padding(4);
  251. this.Name = "FrmGPLocationDlog";
  252. this.RightToLeftLayout = true;
  253. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  254. this.Text = "料位信息";
  255. this.Load += new System.EventHandler(this.Frm_Load);
  256. this.ultraPanel1.ClientArea.ResumeLayout(false);
  257. this.ultraPanel1.ClientArea.PerformLayout();
  258. this.ultraPanel1.ResumeLayout(false);
  259. ((System.ComponentModel.ISupportInitialize)(this.txtLocationName)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.chkLocationName)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  263. this.FrmBase_Fill_Panel.ResumeLayout(false);
  264. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  266. this.ResumeLayout(false);
  267. }
  268. #endregion
  269. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  270. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLocationName;
  271. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkLocationName;
  272. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  273. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  274. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  275. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  276. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  277. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  278. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  279. private System.Data.DataSet dataSet1;
  280. private System.Data.DataTable dataTable1;
  281. private System.Data.DataColumn dataColumn1;
  282. private System.Data.DataColumn dataColumn2;
  283. }
  284. }