namespace ICSSoft.Frame.Main.Entrance { partial class FormConfigService { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfigService)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtBaseServiceUrl = new DevExpress.XtraEditors.MemoEdit(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBaseServiceUrl.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // btnClose // this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(485, 5); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(31, 23); this.btnClose.TabIndex = 3; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // pictureEdit1 // this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue"))); this.pictureEdit1.Location = new System.Drawing.Point(12, 11); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.pictureEdit1.Size = new System.Drawing.Size(22, 20); this.pictureEdit1.TabIndex = 1; // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(40, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(185, 35); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "labelControl2"; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1, 280); this.panelControl2.TabIndex = 1; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right; this.panelControl3.Location = new System.Drawing.Point(522, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1, 280); this.panelControl3.TabIndex = 2; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(9, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(73, 14); this.labelControl1.TabIndex = 4; this.labelControl1.Text = "基础服务URL:"; // // txtBaseServiceUrl // this.txtBaseServiceUrl.Location = new System.Drawing.Point(97, 17); this.txtBaseServiceUrl.Name = "txtBaseServiceUrl"; this.txtBaseServiceUrl.Size = new System.Drawing.Size(393, 157); this.txtBaseServiceUrl.TabIndex = 5; // // btnSave // this.btnSave.Appearance.ForeColor = System.Drawing.Color.White; this.btnSave.Appearance.Options.UseForeColor = true; this.btnSave.Appearance.Options.UseTextOptions = true; this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.Location = new System.Drawing.Point(348, 251); this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(83, 23); this.btnSave.TabIndex = 6; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExit // this.btnExit.Appearance.ForeColor = System.Drawing.Color.White; this.btnExit.Appearance.Options.UseForeColor = true; this.btnExit.Appearance.Options.UseTextOptions = true; this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Location = new System.Drawing.Point(437, 252); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(74, 23); this.btnExit.TabIndex = 6; this.btnExit.Text = "取消"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // panelControl4 // this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl4.Appearance.Options.UseBackColor = true; this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl4.Location = new System.Drawing.Point(0, 280); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(523, 1); this.panelControl4.TabIndex = 2; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txtBaseServiceUrl); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(3, 45); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(515, 204); this.panelControl1.TabIndex = 7; // // FormConfigService // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(523, 281); this.Controls.Add(this.panelControl1); this.Controls.Add(this.btnExit); this.Controls.Add(this.pictureEdit1); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnSave); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl4); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormConfigService"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormConfigService"; ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBaseServiceUrl.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.MemoEdit txtBaseServiceUrl; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.PictureEdit pictureEdit1; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.PanelControl panelControl1; } }