FrmCardNo.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. namespace Core.StlMes.Client.YdmBcPipeManage
  2. {
  3. partial class FrmCardNo
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DoFrim");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DoClose");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DoFrim");
  33. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCardNo));
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DoClose");
  36. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  39. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  40. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  41. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  42. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  43. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  44. this.FrmCardNo_Fill_Panel = new System.Windows.Forms.Panel();
  45. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  46. this.txtDiver = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  48. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  49. this.cmCarNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  52. this.FrmCardNo_Fill_Panel.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  54. this.ultraGroupBox1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtDiver)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.cmCarNo)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // panel1
  60. //
  61. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  62. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  63. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  64. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  65. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  66. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.panel1.Location = new System.Drawing.Point(0, 0);
  68. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  69. this.panel1.Name = "panel1";
  70. this.panel1.Size = new System.Drawing.Size(439, 32);
  71. this.panel1.TabIndex = 0;
  72. //
  73. // panel1_Fill_Panel
  74. //
  75. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  76. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  78. this.panel1_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  79. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  80. this.panel1_Fill_Panel.Size = new System.Drawing.Size(439, 4);
  81. this.panel1_Fill_Panel.TabIndex = 0;
  82. //
  83. // _panel1_Toolbars_Dock_Area_Left
  84. //
  85. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  86. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  87. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  88. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  89. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  90. this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  91. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  92. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 4);
  93. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  94. //
  95. // ultraToolbarsManager1
  96. //
  97. this.ultraToolbarsManager1.DesignerFlags = 1;
  98. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  99. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  100. ultraToolbar1.DockedColumn = 0;
  101. ultraToolbar1.DockedRow = 0;
  102. buttonTool2.InstanceProps.IsFirstInGroup = true;
  103. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  104. buttonTool1,
  105. buttonTool2});
  106. ultraToolbar1.Text = "UltraToolbar1";
  107. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  108. ultraToolbar1});
  109. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  110. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  111. buttonTool4.SharedPropsInternal.Caption = "确认";
  112. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  113. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  114. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  115. buttonTool5.SharedPropsInternal.Caption = "关闭";
  116. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  117. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  118. buttonTool4,
  119. buttonTool5});
  120. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  121. //
  122. // _panel1_Toolbars_Dock_Area_Right
  123. //
  124. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  125. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  126. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  127. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(439, 28);
  129. this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  130. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  131. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 4);
  132. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  133. //
  134. // _panel1_Toolbars_Dock_Area_Top
  135. //
  136. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  137. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  138. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  139. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  140. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  141. this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  142. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  143. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(439, 28);
  144. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  145. //
  146. // _panel1_Toolbars_Dock_Area_Bottom
  147. //
  148. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  149. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  150. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  151. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  152. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 32);
  153. this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  154. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  155. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(439, 0);
  156. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  157. //
  158. // FrmCardNo_Fill_Panel
  159. //
  160. this.FrmCardNo_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  161. this.FrmCardNo_Fill_Panel.Controls.Add(this.panel1);
  162. this.FrmCardNo_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  163. this.FrmCardNo_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.FrmCardNo_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  165. this.FrmCardNo_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  166. this.FrmCardNo_Fill_Panel.Name = "FrmCardNo_Fill_Panel";
  167. this.FrmCardNo_Fill_Panel.Size = new System.Drawing.Size(439, 151);
  168. this.FrmCardNo_Fill_Panel.TabIndex = 0;
  169. //
  170. // ultraGroupBox1
  171. //
  172. this.ultraGroupBox1.Controls.Add(this.cmCarNo);
  173. this.ultraGroupBox1.Controls.Add(this.txtDiver);
  174. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  175. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  176. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 32);
  178. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  179. this.ultraGroupBox1.Name = "ultraGroupBox1";
  180. this.ultraGroupBox1.Size = new System.Drawing.Size(439, 119);
  181. this.ultraGroupBox1.TabIndex = 1;
  182. this.ultraGroupBox1.Text = "信息编辑区";
  183. //
  184. // txtDiver
  185. //
  186. this.txtDiver.Location = new System.Drawing.Point(148, 71);
  187. this.txtDiver.Margin = new System.Windows.Forms.Padding(4);
  188. this.txtDiver.Name = "txtDiver";
  189. this.txtDiver.Size = new System.Drawing.Size(259, 24);
  190. this.txtDiver.TabIndex = 3;
  191. //
  192. // ultraLabel2
  193. //
  194. this.ultraLabel2.Location = new System.Drawing.Point(32, 76);
  195. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
  196. this.ultraLabel2.Name = "ultraLabel2";
  197. this.ultraLabel2.Size = new System.Drawing.Size(107, 22);
  198. this.ultraLabel2.TabIndex = 1;
  199. this.ultraLabel2.Text = "司机+身份证";
  200. //
  201. // ultraLabel1
  202. //
  203. this.ultraLabel1.Location = new System.Drawing.Point(88, 35);
  204. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  205. this.ultraLabel1.Name = "ultraLabel1";
  206. this.ultraLabel1.Size = new System.Drawing.Size(55, 29);
  207. this.ultraLabel1.TabIndex = 0;
  208. this.ultraLabel1.Text = "车号";
  209. //
  210. // cmCarNo
  211. //
  212. this.cmCarNo.Location = new System.Drawing.Point(148, 35);
  213. this.cmCarNo.Name = "cmCarNo";
  214. this.cmCarNo.Size = new System.Drawing.Size(259, 24);
  215. this.cmCarNo.TabIndex = 4;
  216. //
  217. // FrmCardNo
  218. //
  219. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  220. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221. this.ClientSize = new System.Drawing.Size(439, 151);
  222. this.Controls.Add(this.FrmCardNo_Fill_Panel);
  223. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  224. this.Margin = new System.Windows.Forms.Padding(5);
  225. this.Name = "FrmCardNo";
  226. this.Text = "填写司机、车号信息";
  227. this.Load += new System.EventHandler(this.FrmCardNo_Load);
  228. this.panel1.ResumeLayout(false);
  229. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  230. this.FrmCardNo_Fill_Panel.ResumeLayout(false);
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  232. this.ultraGroupBox1.ResumeLayout(false);
  233. this.ultraGroupBox1.PerformLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.txtDiver)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.cmCarNo)).EndInit();
  236. this.ResumeLayout(false);
  237. }
  238. #endregion
  239. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  240. private System.Windows.Forms.Panel FrmCardNo_Fill_Panel;
  241. private System.Windows.Forms.Panel panel1;
  242. private System.Windows.Forms.Panel panel1_Fill_Panel;
  243. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  244. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  245. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  246. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  247. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  248. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDiver;
  249. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  250. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  251. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmCarNo;
  252. }
  253. }