ab56a9bcf7
SVN-Revision: r240
114 lines
5.2 KiB
C#
114 lines
5.2 KiB
C#
|
|
namespace Lskj.Main
|
|
{
|
|
partial class FrmConfigSet
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmConfigSet));
|
|
this.frmConfigBtn = new System.Windows.Forms.RadioButton();
|
|
this.frmConfigLocalBtn = new System.Windows.Forms.RadioButton();
|
|
this.btnSettings = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnChange = new DevExpress.XtraEditors.SimpleButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// frmConfigBtn
|
|
//
|
|
this.frmConfigBtn.AutoSize = true;
|
|
this.frmConfigBtn.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.frmConfigBtn.ForeColor = System.Drawing.Color.Blue;
|
|
this.frmConfigBtn.Location = new System.Drawing.Point(22, 36);
|
|
this.frmConfigBtn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.frmConfigBtn.Name = "frmConfigBtn";
|
|
this.frmConfigBtn.Size = new System.Drawing.Size(130, 23);
|
|
this.frmConfigBtn.TabIndex = 0;
|
|
this.frmConfigBtn.TabStop = true;
|
|
this.frmConfigBtn.Text = "数据库连接";
|
|
this.frmConfigBtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// frmConfigLocalBtn
|
|
//
|
|
this.frmConfigLocalBtn.AutoSize = true;
|
|
this.frmConfigLocalBtn.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.frmConfigLocalBtn.ForeColor = System.Drawing.Color.Blue;
|
|
this.frmConfigLocalBtn.Location = new System.Drawing.Point(22, 88);
|
|
this.frmConfigLocalBtn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.frmConfigLocalBtn.Name = "frmConfigLocalBtn";
|
|
this.frmConfigLocalBtn.Size = new System.Drawing.Size(130, 23);
|
|
this.frmConfigLocalBtn.TabIndex = 1;
|
|
this.frmConfigLocalBtn.TabStop = true;
|
|
this.frmConfigLocalBtn.Text = "服务器直连";
|
|
this.frmConfigLocalBtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSettings
|
|
//
|
|
this.btnSettings.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSettings.Location = new System.Drawing.Point(184, 28);
|
|
this.btnSettings.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.btnSettings.Name = "btnSettings";
|
|
this.btnSettings.Size = new System.Drawing.Size(54, 42);
|
|
this.btnSettings.TabIndex = 9;
|
|
this.btnSettings.Text = "设置";
|
|
//
|
|
// btnChange
|
|
//
|
|
this.btnChange.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnChange.Location = new System.Drawing.Point(184, 79);
|
|
this.btnChange.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.btnChange.Name = "btnChange";
|
|
this.btnChange.Size = new System.Drawing.Size(54, 42);
|
|
this.btnChange.TabIndex = 10;
|
|
this.btnChange.Text = "保存";
|
|
//
|
|
// FrmConfigSet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(261, 150);
|
|
this.Controls.Add(this.btnChange);
|
|
this.Controls.Add(this.btnSettings);
|
|
this.Controls.Add(this.frmConfigLocalBtn);
|
|
this.Controls.Add(this.frmConfigBtn);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FrmConfigSet";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "连接模式设置";
|
|
this.Load += new System.EventHandler(this.FrmConfigSet_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RadioButton frmConfigBtn;
|
|
private System.Windows.Forms.RadioButton frmConfigLocalBtn;
|
|
private DevExpress.XtraEditors.SimpleButton btnSettings;
|
|
private DevExpress.XtraEditors.SimpleButton btnChange;
|
|
}
|
|
} |