锐腾搅拌上料功能
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.

229 lines
13 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(485, 5);
  59. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  60. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  61. this.btnClose.Name = "btnClose";
  62. this.btnClose.Size = new System.Drawing.Size(31, 23);
  63. this.btnClose.TabIndex = 3;
  64. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  65. //
  66. // pictureEdit1
  67. //
  68. this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
  69. this.pictureEdit1.Location = new System.Drawing.Point(12, 11);
  70. this.pictureEdit1.Name = "pictureEdit1";
  71. this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  72. this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  73. this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  74. this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
  75. this.pictureEdit1.Size = new System.Drawing.Size(22, 20);
  76. this.pictureEdit1.TabIndex = 1;
  77. //
  78. // lblTitle
  79. //
  80. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  82. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  83. this.lblTitle.Location = new System.Drawing.Point(40, 4);
  84. this.lblTitle.Name = "lblTitle";
  85. this.lblTitle.Size = new System.Drawing.Size(185, 35);
  86. this.lblTitle.TabIndex = 0;
  87. this.lblTitle.Text = "labelControl2";
  88. //
  89. // panelControl2
  90. //
  91. this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  92. this.panelControl2.Appearance.Options.UseBackColor = true;
  93. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  94. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
  95. this.panelControl2.Location = new System.Drawing.Point(0, 0);
  96. this.panelControl2.Name = "panelControl2";
  97. this.panelControl2.Size = new System.Drawing.Size(1, 280);
  98. this.panelControl2.TabIndex = 1;
  99. //
  100. // panelControl3
  101. //
  102. this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  103. this.panelControl3.Appearance.Options.UseBackColor = true;
  104. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  105. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right;
  106. this.panelControl3.Location = new System.Drawing.Point(522, 0);
  107. this.panelControl3.Name = "panelControl3";
  108. this.panelControl3.Size = new System.Drawing.Size(1, 280);
  109. this.panelControl3.TabIndex = 2;
  110. //
  111. // labelControl1
  112. //
  113. this.labelControl1.Location = new System.Drawing.Point(9, 17);
  114. this.labelControl1.Name = "labelControl1";
  115. this.labelControl1.Size = new System.Drawing.Size(73, 14);
  116. this.labelControl1.TabIndex = 4;
  117. this.labelControl1.Text = "基础服务URL:";
  118. //
  119. // txtBaseServiceUrl
  120. //
  121. this.txtBaseServiceUrl.Location = new System.Drawing.Point(97, 17);
  122. this.txtBaseServiceUrl.Name = "txtBaseServiceUrl";
  123. this.txtBaseServiceUrl.Size = new System.Drawing.Size(393, 157);
  124. this.txtBaseServiceUrl.TabIndex = 5;
  125. //
  126. // btnSave
  127. //
  128. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  129. this.btnSave.Appearance.Options.UseForeColor = true;
  130. this.btnSave.Appearance.Options.UseTextOptions = true;
  131. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  132. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  133. this.btnSave.Location = new System.Drawing.Point(348, 251);
  134. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  135. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  136. this.btnSave.Name = "btnSave";
  137. this.btnSave.Size = new System.Drawing.Size(83, 23);
  138. this.btnSave.TabIndex = 6;
  139. this.btnSave.Text = "保存";
  140. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  141. //
  142. // btnExit
  143. //
  144. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  145. this.btnExit.Appearance.Options.UseForeColor = true;
  146. this.btnExit.Appearance.Options.UseTextOptions = true;
  147. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  148. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  149. this.btnExit.Location = new System.Drawing.Point(437, 252);
  150. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  151. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  152. this.btnExit.Name = "btnExit";
  153. this.btnExit.Size = new System.Drawing.Size(74, 23);
  154. this.btnExit.TabIndex = 6;
  155. this.btnExit.Text = "取消";
  156. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  157. //
  158. // panelControl4
  159. //
  160. this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  161. this.panelControl4.Appearance.Options.UseBackColor = true;
  162. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  163. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  164. this.panelControl4.Location = new System.Drawing.Point(0, 280);
  165. this.panelControl4.Name = "panelControl4";
  166. this.panelControl4.Size = new System.Drawing.Size(523, 1);
  167. this.panelControl4.TabIndex = 2;
  168. //
  169. // panelControl1
  170. //
  171. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  172. this.panelControl1.Appearance.Options.UseBackColor = true;
  173. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  174. this.panelControl1.Controls.Add(this.txtBaseServiceUrl);
  175. this.panelControl1.Controls.Add(this.labelControl1);
  176. this.panelControl1.Location = new System.Drawing.Point(3, 45);
  177. this.panelControl1.Name = "panelControl1";
  178. this.panelControl1.Size = new System.Drawing.Size(515, 204);
  179. this.panelControl1.TabIndex = 7;
  180. //
  181. // FormConfigService
  182. //
  183. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  184. this.Appearance.Options.UseBackColor = true;
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.ClientSize = new System.Drawing.Size(523, 281);
  188. this.Controls.Add(this.panelControl1);
  189. this.Controls.Add(this.btnExit);
  190. this.Controls.Add(this.pictureEdit1);
  191. this.Controls.Add(this.btnClose);
  192. this.Controls.Add(this.lblTitle);
  193. this.Controls.Add(this.btnSave);
  194. this.Controls.Add(this.panelControl3);
  195. this.Controls.Add(this.panelControl2);
  196. this.Controls.Add(this.panelControl4);
  197. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  198. this.Name = "FormConfigService";
  199. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  200. this.Text = "FormConfigService";
  201. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txtBaseServiceUrl.Properties)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  207. this.panelControl1.ResumeLayout(false);
  208. this.panelControl1.PerformLayout();
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. private DevExpress.XtraEditors.PanelControl panelControl2;
  213. private DevExpress.XtraEditors.PanelControl panelControl3;
  214. private DevExpress.XtraEditors.LabelControl labelControl1;
  215. private DevExpress.XtraEditors.MemoEdit txtBaseServiceUrl;
  216. private DevExpress.XtraEditors.LabelControl lblTitle;
  217. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  218. private DevExpress.XtraEditors.SimpleButton btnSave;
  219. private DevExpress.XtraEditors.SimpleButton btnExit;
  220. private DevExpress.XtraEditors.SimpleButton btnClose;
  221. private DevExpress.XtraEditors.PanelControl panelControl4;
  222. private DevExpress.XtraEditors.PanelControl panelControl1;
  223. }
  224. }