华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

241 lines
14 KiB

5 months ago
  1. namespace ICSSoft.Frame.Main.Entrance
  2. {
  3. partial class FormConfigService
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfigService));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  31. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  33. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  34. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  35. this.txtBaseServiceUrl = new DevExpress.XtraEditors.MemoEdit();
  36. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  38. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtBaseServiceUrl.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  46. this.panelControl1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // btnClose
  50. //
  51. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  53. this.btnClose.Appearance.Options.UseFont = true;
  54. this.btnClose.Appearance.Options.UseForeColor = true;
  55. this.btnClose.Appearance.Options.UseTextOptions = true;
  56. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  57. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  58. this.btnClose.Location = new System.Drawing.Point(693, 8);
  59. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  60. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  61. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.btnClose.Name = "btnClose";
  63. this.btnClose.Size = new System.Drawing.Size(44, 36);
  64. this.btnClose.TabIndex = 3;
  65. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  66. //
  67. // pictureEdit1
  68. //
  69. this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
  70. this.pictureEdit1.Location = new System.Drawing.Point(17, 17);
  71. this.pictureEdit1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  72. this.pictureEdit1.Name = "pictureEdit1";
  73. this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  74. this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  75. this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  76. this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
  77. this.pictureEdit1.Size = new System.Drawing.Size(31, 31);
  78. this.pictureEdit1.TabIndex = 1;
  79. //
  80. // lblTitle
  81. //
  82. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  83. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  84. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  85. this.lblTitle.Location = new System.Drawing.Point(57, 6);
  86. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  87. this.lblTitle.Name = "lblTitle";
  88. this.lblTitle.Size = new System.Drawing.Size(264, 55);
  89. this.lblTitle.TabIndex = 0;
  90. this.lblTitle.Text = "labelControl2";
  91. //
  92. // panelControl2
  93. //
  94. this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  95. this.panelControl2.Appearance.Options.UseBackColor = true;
  96. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  97. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
  98. this.panelControl2.Location = new System.Drawing.Point(0, 0);
  99. this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  100. this.panelControl2.Name = "panelControl2";
  101. this.panelControl2.Size = new System.Drawing.Size(1, 440);
  102. this.panelControl2.TabIndex = 1;
  103. //
  104. // panelControl3
  105. //
  106. this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  107. this.panelControl3.Appearance.Options.UseBackColor = true;
  108. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  109. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right;
  110. this.panelControl3.Location = new System.Drawing.Point(746, 0);
  111. this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  112. this.panelControl3.Name = "panelControl3";
  113. this.panelControl3.Size = new System.Drawing.Size(1, 440);
  114. this.panelControl3.TabIndex = 2;
  115. //
  116. // labelControl1
  117. //
  118. this.labelControl1.Location = new System.Drawing.Point(13, 27);
  119. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  120. this.labelControl1.Name = "labelControl1";
  121. this.labelControl1.Size = new System.Drawing.Size(110, 22);
  122. this.labelControl1.TabIndex = 4;
  123. this.labelControl1.Text = "基础服务URL:";
  124. //
  125. // txtBaseServiceUrl
  126. //
  127. this.txtBaseServiceUrl.Location = new System.Drawing.Point(139, 27);
  128. this.txtBaseServiceUrl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  129. this.txtBaseServiceUrl.Name = "txtBaseServiceUrl";
  130. this.txtBaseServiceUrl.Size = new System.Drawing.Size(561, 247);
  131. this.txtBaseServiceUrl.TabIndex = 5;
  132. //
  133. // btnSave
  134. //
  135. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  136. this.btnSave.Appearance.Options.UseForeColor = true;
  137. this.btnSave.Appearance.Options.UseTextOptions = true;
  138. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  139. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  140. this.btnSave.Location = new System.Drawing.Point(497, 394);
  141. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  142. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  143. this.btnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  144. this.btnSave.Name = "btnSave";
  145. this.btnSave.Size = new System.Drawing.Size(119, 36);
  146. this.btnSave.TabIndex = 6;
  147. this.btnSave.Text = "保存";
  148. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  149. //
  150. // btnExit
  151. //
  152. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  153. this.btnExit.Appearance.Options.UseForeColor = true;
  154. this.btnExit.Appearance.Options.UseTextOptions = true;
  155. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  156. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  157. this.btnExit.Location = new System.Drawing.Point(624, 396);
  158. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  159. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  160. this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  161. this.btnExit.Name = "btnExit";
  162. this.btnExit.Size = new System.Drawing.Size(106, 36);
  163. this.btnExit.TabIndex = 6;
  164. this.btnExit.Text = "取消";
  165. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  166. //
  167. // panelControl4
  168. //
  169. this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  170. this.panelControl4.Appearance.Options.UseBackColor = true;
  171. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  172. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  173. this.panelControl4.Location = new System.Drawing.Point(0, 440);
  174. this.panelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  175. this.panelControl4.Name = "panelControl4";
  176. this.panelControl4.Size = new System.Drawing.Size(747, 2);
  177. this.panelControl4.TabIndex = 2;
  178. //
  179. // panelControl1
  180. //
  181. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  182. this.panelControl1.Appearance.Options.UseBackColor = true;
  183. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  184. this.panelControl1.Controls.Add(this.txtBaseServiceUrl);
  185. this.panelControl1.Controls.Add(this.labelControl1);
  186. this.panelControl1.Location = new System.Drawing.Point(4, 71);
  187. this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  188. this.panelControl1.Name = "panelControl1";
  189. this.panelControl1.Size = new System.Drawing.Size(736, 321);
  190. this.panelControl1.TabIndex = 7;
  191. //
  192. // FormConfigService
  193. //
  194. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  195. this.Appearance.Options.UseBackColor = true;
  196. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  197. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  198. this.ClientSize = new System.Drawing.Size(747, 442);
  199. this.Controls.Add(this.panelControl1);
  200. this.Controls.Add(this.btnExit);
  201. this.Controls.Add(this.pictureEdit1);
  202. this.Controls.Add(this.btnClose);
  203. this.Controls.Add(this.lblTitle);
  204. this.Controls.Add(this.btnSave);
  205. this.Controls.Add(this.panelControl3);
  206. this.Controls.Add(this.panelControl2);
  207. this.Controls.Add(this.panelControl4);
  208. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  209. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  210. this.Name = "FormConfigService";
  211. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  212. this.Text = "FormConfigService";
  213. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  216. ((System.ComponentModel.ISupportInitialize)(this.txtBaseServiceUrl.Properties)).EndInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  219. this.panelControl1.ResumeLayout(false);
  220. this.panelControl1.PerformLayout();
  221. this.ResumeLayout(false);
  222. }
  223. #endregion
  224. private DevExpress.XtraEditors.PanelControl panelControl2;
  225. private DevExpress.XtraEditors.PanelControl panelControl3;
  226. private DevExpress.XtraEditors.LabelControl labelControl1;
  227. private DevExpress.XtraEditors.MemoEdit txtBaseServiceUrl;
  228. private DevExpress.XtraEditors.LabelControl lblTitle;
  229. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  230. private DevExpress.XtraEditors.SimpleButton btnSave;
  231. private DevExpress.XtraEditors.SimpleButton btnExit;
  232. private DevExpress.XtraEditors.SimpleButton btnClose;
  233. private DevExpress.XtraEditors.PanelControl panelControl4;
  234. private DevExpress.XtraEditors.PanelControl panelControl1;
  235. }
  236. }