ab56a9bcf7
SVN-Revision: r240
311 lines
16 KiB
C#
311 lines
16 KiB
C#
namespace Lskj.Help
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.pm_print = new DevExpress.XtraBars.PopupMenu();
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager();
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.pm_oper = new DevExpress.XtraBars.PopupMenu();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.btnDownLoad = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_top_search = new DevExpress.XtraEditors.PanelControl();
|
|
this.cbField = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtFixKey = new System.Windows.Forms.TextBox();
|
|
this.btnUpLoad = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnPhoto = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
|
|
this.pl_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit();
|
|
this.pl_top_search.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
|
|
this.pl_buttom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pm_print
|
|
//
|
|
this.pm_print.Manager = this.barManager1;
|
|
this.pm_print.Name = "pm_print";
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.MaxItemId = 0;
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = false;
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(627, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 410);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(627, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 410);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(627, 0);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 410);
|
|
//
|
|
// pm_oper
|
|
//
|
|
this.pm_oper.Manager = this.barManager1;
|
|
this.pm_oper.Name = "pm_oper";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.gcMain);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 34);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(627, 340);
|
|
this.panelControl1.TabIndex = 15;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.Size = new System.Drawing.Size(627, 340);
|
|
this.gcMain.TabIndex = 0;
|
|
//
|
|
// btnDownLoad
|
|
//
|
|
this.btnDownLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDownLoad.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDownLoad.Appearance.Options.UseFont = true;
|
|
this.btnDownLoad.Location = new System.Drawing.Point(551, 6);
|
|
this.btnDownLoad.Name = "btnDownLoad";
|
|
this.btnDownLoad.Size = new System.Drawing.Size(72, 26);
|
|
this.btnDownLoad.TabIndex = 37;
|
|
this.btnDownLoad.Text = "下载(&D)";
|
|
this.btnDownLoad.Click += new System.EventHandler(this.DownLoadFile);
|
|
//
|
|
// pl_top
|
|
//
|
|
this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top.Controls.Add(this.pl_top_search);
|
|
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top.Name = "pl_top";
|
|
this.pl_top.Size = new System.Drawing.Size(627, 34);
|
|
this.pl_top.TabIndex = 13;
|
|
//
|
|
// pl_top_search
|
|
//
|
|
this.pl_top_search.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_top_search.Appearance.Options.UseBackColor = true;
|
|
this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top_search.Controls.Add(this.cbField);
|
|
this.pl_top_search.Controls.Add(this.label1);
|
|
this.pl_top_search.Controls.Add(this.btnFixSearch);
|
|
this.pl_top_search.Controls.Add(this.txtFixKey);
|
|
this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_top_search.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top_search.Name = "pl_top_search";
|
|
this.pl_top_search.Size = new System.Drawing.Size(627, 34);
|
|
this.pl_top_search.TabIndex = 8;
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Location = new System.Drawing.Point(39, 7);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(107, 20);
|
|
this.cbField.TabIndex = 1;
|
|
this.cbField.Tag = "";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 11);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "查询";
|
|
//
|
|
// btnFixSearch
|
|
//
|
|
this.btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFixSearch.Appearance.Options.UseFont = true;
|
|
this.btnFixSearch.Location = new System.Drawing.Point(308, 5);
|
|
this.btnFixSearch.Name = "btnFixSearch";
|
|
this.btnFixSearch.Size = new System.Drawing.Size(63, 24);
|
|
this.btnFixSearch.TabIndex = 33;
|
|
this.btnFixSearch.Text = "查询(&Q)";
|
|
this.btnFixSearch.Click += new System.EventHandler(this.btnSearchClick);
|
|
//
|
|
// txtFixKey
|
|
//
|
|
this.txtFixKey.Location = new System.Drawing.Point(150, 6);
|
|
this.txtFixKey.Name = "txtFixKey";
|
|
this.txtFixKey.Size = new System.Drawing.Size(154, 21);
|
|
this.txtFixKey.TabIndex = 32;
|
|
//
|
|
// btnUpLoad
|
|
//
|
|
this.btnUpLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnUpLoad.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnUpLoad.Appearance.Options.UseFont = true;
|
|
this.btnUpLoad.Location = new System.Drawing.Point(473, 6);
|
|
this.btnUpLoad.Name = "btnUpLoad";
|
|
this.btnUpLoad.Size = new System.Drawing.Size(72, 26);
|
|
this.btnUpLoad.TabIndex = 37;
|
|
this.btnUpLoad.Text = "上传(&U)";
|
|
this.btnUpLoad.Click += new System.EventHandler(this.UpLoadFlie);
|
|
//
|
|
// btnRefresh
|
|
//
|
|
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnRefresh.Appearance.Options.UseFont = true;
|
|
this.btnRefresh.Location = new System.Drawing.Point(395, 6);
|
|
this.btnRefresh.Name = "btnRefresh";
|
|
this.btnRefresh.Size = new System.Drawing.Size(72, 26);
|
|
this.btnRefresh.TabIndex = 37;
|
|
this.btnRefresh.Text = "刷新(&R)";
|
|
this.btnRefresh.Click += new System.EventHandler(this.btnReflash_Click);
|
|
//
|
|
// pl_buttom
|
|
//
|
|
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_buttom.Controls.Add(this.btnDownLoad);
|
|
this.pl_buttom.Controls.Add(this.btnUpLoad);
|
|
this.pl_buttom.Controls.Add(this.btnRefresh);
|
|
this.pl_buttom.Controls.Add(this.btnPhoto);
|
|
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_buttom.Location = new System.Drawing.Point(0, 374);
|
|
this.pl_buttom.Name = "pl_buttom";
|
|
this.pl_buttom.Size = new System.Drawing.Size(627, 36);
|
|
this.pl_buttom.TabIndex = 14;
|
|
//
|
|
// btnPhoto
|
|
//
|
|
this.btnPhoto.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnPhoto.Appearance.Options.UseFont = true;
|
|
this.btnPhoto.Location = new System.Drawing.Point(6, 6);
|
|
this.btnPhoto.Name = "btnPhoto";
|
|
this.btnPhoto.Size = new System.Drawing.Size(72, 26);
|
|
this.btnPhoto.TabIndex = 35;
|
|
this.btnPhoto.Text = "拍照(&P)";
|
|
this.btnPhoto.Click += new System.EventHandler(this.btnPhoto_Click);
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(627, 410);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.pl_top);
|
|
this.Controls.Add(this.pl_buttom);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Name = "FrmMain";
|
|
this.Text = "帮助文档";
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
|
|
this.pl_top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit();
|
|
this.pl_top_search.ResumeLayout(false);
|
|
this.pl_top_search.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
|
|
this.pl_buttom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.PopupMenu pm_print;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private Control.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.PanelControl pl_top;
|
|
private DevExpress.XtraEditors.PanelControl pl_buttom;
|
|
private DevExpress.XtraEditors.SimpleButton btnDownLoad;
|
|
private DevExpress.XtraEditors.SimpleButton btnUpLoad;
|
|
private DevExpress.XtraEditors.SimpleButton btnRefresh;
|
|
private DevExpress.XtraEditors.SimpleButton btnPhoto;
|
|
private DevExpress.XtraBars.PopupMenu pm_oper;
|
|
private DevExpress.XtraEditors.PanelControl pl_top_search;
|
|
private System.Windows.Forms.ComboBox cbField;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.SimpleButton btnFixSearch;
|
|
private System.Windows.Forms.TextBox txtFixKey;
|
|
|
|
}
|
|
}
|
|
|