133 lines
5.3 KiB
C#
133 lines
5.3 KiB
C#
namespace SOH.FenZhen.Client
|
||
{
|
||
partial class FrmCallSetting
|
||
{
|
||
/// <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(FrmCallSetting));
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.txt_wlks = new System.Windows.Forms.TextBox();
|
||
this.btn_ok = new System.Windows.Forms.Button();
|
||
this.txt_ksname = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.txt_serverurl = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(25, 13);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(77, 12);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "物理科室ID:";
|
||
//
|
||
// txt_wlks
|
||
//
|
||
this.txt_wlks.Location = new System.Drawing.Point(108, 10);
|
||
this.txt_wlks.Name = "txt_wlks";
|
||
this.txt_wlks.Size = new System.Drawing.Size(166, 21);
|
||
this.txt_wlks.TabIndex = 1;
|
||
//
|
||
// btn_ok
|
||
//
|
||
this.btn_ok.Location = new System.Drawing.Point(108, 91);
|
||
this.btn_ok.Name = "btn_ok";
|
||
this.btn_ok.Size = new System.Drawing.Size(75, 23);
|
||
this.btn_ok.TabIndex = 2;
|
||
this.btn_ok.Text = "确定";
|
||
this.btn_ok.UseVisualStyleBackColor = true;
|
||
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
||
//
|
||
// txt_ksname
|
||
//
|
||
this.txt_ksname.Location = new System.Drawing.Point(108, 37);
|
||
this.txt_ksname.Name = "txt_ksname";
|
||
this.txt_ksname.Size = new System.Drawing.Size(166, 21);
|
||
this.txt_ksname.TabIndex = 3;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(37, 40);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(65, 12);
|
||
this.label2.TabIndex = 4;
|
||
this.label2.Text = "科室名称:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(25, 67);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(77, 12);
|
||
this.label3.TabIndex = 6;
|
||
this.label3.Text = "服务器地址:";
|
||
//
|
||
// txt_serverurl
|
||
//
|
||
this.txt_serverurl.Location = new System.Drawing.Point(108, 64);
|
||
this.txt_serverurl.Name = "txt_serverurl";
|
||
this.txt_serverurl.Size = new System.Drawing.Size(166, 21);
|
||
this.txt_serverurl.TabIndex = 5;
|
||
//
|
||
// FrmCallSetting
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(337, 124);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.txt_serverurl);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.txt_ksname);
|
||
this.Controls.Add(this.btn_ok);
|
||
this.Controls.Add(this.txt_wlks);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "FrmCallSetting";
|
||
this.Text = "基本设置";
|
||
this.Load += new System.EventHandler(this.FrmCallSetting_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox txt_wlks;
|
||
private System.Windows.Forms.Button btn_ok;
|
||
private System.Windows.Forms.TextBox txt_ksname;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox txt_serverurl;
|
||
}
|
||
} |