namespace PTMedInsuInterface.Forms
{
partial class InterfaceChooser
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.pnlTop = new Sunny.UI.UIPanel();
this.btNext = new Sunny.UI.UIButton();
this.btPrior = new Sunny.UI.UIButton();
this.btFresh = new Sunny.UI.UIButton();
this.tbLocate = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.pnlClient = new Sunny.UI.UIPanel();
this.pnlBottom = new Sunny.UI.UIPanel();
this.uiLabel1 = new Sunny.UI.UILabel();
this.pnlTop.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.SuspendLayout();
//
// pnlTop
//
this.pnlTop.Controls.Add(this.btNext);
this.pnlTop.Controls.Add(this.btPrior);
this.pnlTop.Controls.Add(this.btFresh);
this.pnlTop.Controls.Add(this.tbLocate);
this.pnlTop.Controls.Add(this.uiLabel2);
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pnlTop.MinimumSize = new System.Drawing.Size(1, 1);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(631, 43);
this.pnlTop.TabIndex = 0;
this.pnlTop.TabStop = false;
this.pnlTop.Text = null;
this.pnlTop.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.pnlTop.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btNext
//
this.btNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btNext.BackColor = System.Drawing.SystemColors.MenuText;
this.btNext.Cursor = System.Windows.Forms.Cursors.Hand;
this.btNext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btNext.Location = new System.Drawing.Point(519, 3);
this.btNext.MinimumSize = new System.Drawing.Size(1, 1);
this.btNext.Name = "btNext";
this.btNext.Size = new System.Drawing.Size(100, 35);
this.btNext.TabIndex = 4;
this.btNext.TabStop = false;
this.btNext.Text = "下一页";
this.btNext.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btNext.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btNext.Click += new System.EventHandler(this.btNext_Click);
//
// btPrior
//
this.btPrior.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btPrior.BackColor = System.Drawing.SystemColors.MenuText;
this.btPrior.Cursor = System.Windows.Forms.Cursors.Hand;
this.btPrior.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btPrior.Location = new System.Drawing.Point(411, 3);
this.btPrior.MinimumSize = new System.Drawing.Size(1, 1);
this.btPrior.Name = "btPrior";
this.btPrior.Size = new System.Drawing.Size(100, 35);
this.btPrior.TabIndex = 3;
this.btPrior.TabStop = false;
this.btPrior.Text = "上一页";
this.btPrior.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btPrior.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btPrior.Click += new System.EventHandler(this.btPrior_Click);
//
// btFresh
//
this.btFresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btFresh.BackColor = System.Drawing.SystemColors.MenuText;
this.btFresh.Cursor = System.Windows.Forms.Cursors.Hand;
this.btFresh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btFresh.Location = new System.Drawing.Point(305, 3);
this.btFresh.MinimumSize = new System.Drawing.Size(1, 1);
this.btFresh.Name = "btFresh";
this.btFresh.Size = new System.Drawing.Size(100, 35);
this.btFresh.TabIndex = 2;
this.btFresh.TabStop = false;
this.btFresh.Text = "刷新";
this.btFresh.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btFresh.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btFresh.Click += new System.EventHandler(this.uiButton1_Click);
//
// tbLocate
//
this.tbLocate.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbLocate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbLocate.Location = new System.Drawing.Point(94, 7);
this.tbLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbLocate.MinimumSize = new System.Drawing.Size(1, 16);
this.tbLocate.Name = "tbLocate";
this.tbLocate.ShowText = false;
this.tbLocate.Size = new System.Drawing.Size(150, 29);
this.tbLocate.TabIndex = 1;
this.tbLocate.TabStop = false;
this.tbLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.tbLocate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbLocate_KeyPress);
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.Location = new System.Drawing.Point(12, 9);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(100, 23);
this.uiLabel2.TabIndex = 0;
this.uiLabel2.Text = "快速定位:";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// pnlClient
//
this.pnlClient.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pnlClient.Location = new System.Drawing.Point(0, 43);
this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
this.pnlClient.Name = "pnlClient";
this.pnlClient.Size = new System.Drawing.Size(631, 395);
this.pnlClient.TabIndex = 1;
this.pnlClient.Text = null;
this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// pnlBottom
//
this.pnlBottom.Controls.Add(this.uiLabel1);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pnlBottom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
this.pnlBottom.Location = new System.Drawing.Point(0, 395);
this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(631, 43);
this.pnlBottom.Style = Sunny.UI.UIStyle.Custom;
this.pnlBottom.TabIndex = 2;
this.pnlBottom.TabStop = false;
this.pnlBottom.Text = null;
this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.Location = new System.Drawing.Point(24, 11);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(575, 23);
this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel1.TabIndex = 0;
this.uiLabel1.Text = "刷新 - Home键 上一页 - PgUp键 下一页 - PgDn键 跳转 - Tab键 选择目录 - 对应的英文字母";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// InterfaceChooser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(631, 438);
this.Controls.Add(this.pnlBottom);
this.Controls.Add(this.pnlClient);
this.Controls.Add(this.pnlTop);
this.KeyPreview = true;
this.Name = "InterfaceChooser";
this.Text = "接口类型选择";
this.Load += new System.EventHandler(this.InterfaceChooser_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
this.pnlTop.ResumeLayout(false);
this.pnlBottom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel pnlTop;
private Sunny.UI.UIPanel pnlClient;
private Sunny.UI.UIPanel pnlBottom;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UITextBox tbLocate;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UIButton btFresh;
private Sunny.UI.UIButton btNext;
private Sunny.UI.UIButton btPrior;
}
}