Files
lserp_cs_6.0/插件库/Lskj.PhotoView/FrmMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

443 lines
24 KiB
C#

namespace Lskj.PhotoView
{
partial class FrmMain
{
/// <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()
{
this.ssc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
this.tv_Main = new Lskj.Control.TreeViewEx();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.label2 = new System.Windows.Forms.Label();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.txtEdit = new DevExpress.XtraEditors.PictureEdit();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.label3 = new System.Windows.Forms.Label();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new Lskj.Control.GridControlEx();
this.pl_top = new DevExpress.XtraEditors.PanelControl();
this.pl_top_search = new DevExpress.XtraEditors.PanelControl();
this.pl_top_fix_search = new DevExpress.XtraEditors.PanelControl();
this.cbField = new System.Windows.Forms.ComboBox();
this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtFixKey = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.btnUpload = new DevExpress.XtraEditors.SimpleButton();
this.btnPhoto = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.ssc_container)).BeginInit();
this.ssc_container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
this.panelControl7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
this.panelControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((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_top_fix_search)).BeginInit();
this.pl_top_fix_search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
this.SuspendLayout();
//
// ssc_container
//
this.ssc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1;
this.ssc_container.Dock = System.Windows.Forms.DockStyle.Fill;
this.ssc_container.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
this.ssc_container.Location = new System.Drawing.Point(0, 0);
this.ssc_container.Name = "ssc_container";
this.ssc_container.Panel1.Controls.Add(this.panelControl6);
this.ssc_container.Panel1.Controls.Add(this.panelControl3);
this.ssc_container.Panel1.Text = "Panel1";
this.ssc_container.Panel2.Controls.Add(this.panelControl1);
this.ssc_container.Panel2.Controls.Add(this.pl_top);
this.ssc_container.Panel2.Controls.Add(this.pl_buttom);
this.ssc_container.Panel2.Text = "Panel2";
this.ssc_container.Size = new System.Drawing.Size(825, 540);
this.ssc_container.SplitterPosition = 209;
this.ssc_container.TabIndex = 0;
this.ssc_container.Text = "splitContainerControl1";
//
// panelControl6
//
this.panelControl6.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl6.Appearance.Options.UseBackColor = true;
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl6.Controls.Add(this.panelControl7);
this.panelControl6.Controls.Add(this.panelControl2);
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl6.Location = new System.Drawing.Point(0, 0);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(209, 337);
this.panelControl6.TabIndex = 2;
//
// panelControl7
//
this.panelControl7.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl7.Appearance.Options.UseBackColor = true;
this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl7.Controls.Add(this.tv_Main);
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl7.Location = new System.Drawing.Point(0, 25);
this.panelControl7.Name = "panelControl7";
this.panelControl7.Size = new System.Drawing.Size(209, 312);
this.panelControl7.TabIndex = 2;
//
// tv_Main
//
this.tv_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.tv_Main.Location = new System.Drawing.Point(0, 0);
this.tv_Main.Name = "tv_Main";
this.tv_Main.Size = new System.Drawing.Size(209, 312);
this.tv_Main.TabIndex = 0;
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.label2);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(209, 25);
this.panelControl2.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 14);
this.label2.TabIndex = 1;
this.label2.Text = "选择附件分类";
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.panelControl5);
this.panelControl3.Controls.Add(this.panelControl4);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl3.Location = new System.Drawing.Point(0, 337);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(209, 203);
this.panelControl3.TabIndex = 1;
//
// panelControl5
//
this.panelControl5.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl5.Appearance.Options.UseBackColor = true;
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl5.Controls.Add(this.txtEdit);
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl5.Location = new System.Drawing.Point(0, 25);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(209, 178);
this.panelControl5.TabIndex = 2;
//
// txtEdit
//
this.txtEdit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtEdit.Location = new System.Drawing.Point(0, 0);
this.txtEdit.Name = "txtEdit";
this.txtEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.txtEdit.Size = new System.Drawing.Size(209, 178);
this.txtEdit.TabIndex = 1;
this.txtEdit.Click += new System.EventHandler(this.OnPhotoEditClick);
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.label3);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl4.Location = new System.Drawing.Point(0, 0);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(209, 25);
this.panelControl4.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(7, 7);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(173, 14);
this.label3.TabIndex = 1;
this.label3.Text = "图片预览(点击预览区打开文件)";
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
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(611, 470);
this.panelControl1.TabIndex = 15;
//
// gcMain
//
this.gcMain.AdapterObj = null;
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(611, 470);
this.gcMain.TabIndex = 0;
//
// 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(611, 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.pl_top_fix_search);
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(611, 34);
this.pl_top_search.TabIndex = 8;
//
// pl_top_fix_search
//
this.pl_top_fix_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_fix_search.Controls.Add(this.cbField);
this.pl_top_fix_search.Controls.Add(this.btnFixSearch);
this.pl_top_fix_search.Controls.Add(this.txtFixKey);
this.pl_top_fix_search.Controls.Add(this.label1);
this.pl_top_fix_search.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_top_fix_search.Location = new System.Drawing.Point(0, 0);
this.pl_top_fix_search.Name = "pl_top_fix_search";
this.pl_top_fix_search.Size = new System.Drawing.Size(380, 34);
this.pl_top_fix_search.TabIndex = 9;
//
// cbField
//
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbField.FormattingEnabled = true;
this.cbField.Location = new System.Drawing.Point(38, 7);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(107, 22);
this.cbField.TabIndex = 1;
this.cbField.Tag = "";
//
// 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(307, 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.OnFixSearchButtonClick);
//
// txtFixKey
//
this.txtFixKey.Location = new System.Drawing.Point(149, 7);
this.txtFixKey.Name = "txtFixKey";
this.txtFixKey.Size = new System.Drawing.Size(154, 22);
this.txtFixKey.TabIndex = 32;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(31, 14);
this.label1.TabIndex = 0;
this.label1.Text = "查询";
//
// pl_buttom
//
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_buttom.Appearance.Options.UseBackColor = true;
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_buttom.Controls.Add(this.simpleButton1);
this.pl_buttom.Controls.Add(this.btnRefresh);
this.pl_buttom.Controls.Add(this.btnUpload);
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, 504);
this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Size = new System.Drawing.Size(611, 36);
this.pl_buttom.TabIndex = 14;
//
// 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(533, 6);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(72, 26);
this.btnRefresh.TabIndex = 37;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Click += new System.EventHandler(this.OnRefreshButtonClick);
//
// 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(455, 6);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(72, 26);
this.btnUpload.TabIndex = 36;
this.btnUpload.Text = "上传附件";
this.btnUpload.Click += new System.EventHandler(this.OnUploadButtonClick);
//
// 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(9, 6);
this.btnPhoto.Name = "btnPhoto";
this.btnPhoto.Size = new System.Drawing.Size(72, 26);
this.btnPhoto.TabIndex = 35;
this.btnPhoto.Text = "启动拍照";
this.btnPhoto.Click += new System.EventHandler(this.OnPhotoButtonClick);
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Location = new System.Drawing.Point(376, 5);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(72, 26);
this.simpleButton1.TabIndex = 38;
this.simpleButton1.Text = "帮助文档";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
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(825, 540);
this.Controls.Add(this.ssc_container);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmMain";
this.Text = "附件管理";
((System.ComponentModel.ISupportInitialize)(this.ssc_container)).EndInit();
this.ssc_container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
this.panelControl6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
this.panelControl7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
this.panelControl5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((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);
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).EndInit();
this.pl_top_fix_search.ResumeLayout(false);
this.pl_top_fix_search.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl ssc_container;
private Control.TreeViewEx tv_Main;
private DevExpress.XtraEditors.PanelControl panelControl1;
private Control.GridControlEx gcMain;
private DevExpress.XtraEditors.PanelControl pl_top;
private DevExpress.XtraEditors.PanelControl pl_top_search;
private DevExpress.XtraEditors.PanelControl pl_top_fix_search;
private System.Windows.Forms.ComboBox cbField;
private DevExpress.XtraEditors.SimpleButton btnFixSearch;
private System.Windows.Forms.TextBox txtFixKey;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.PanelControl pl_buttom;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.SimpleButton btnUpload;
private DevExpress.XtraEditors.SimpleButton btnPhoto;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.PanelControl panelControl4;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.PanelControl panelControl5;
private DevExpress.XtraEditors.PictureEdit txtEdit;
private DevExpress.XtraEditors.PanelControl panelControl6;
private DevExpress.XtraEditors.PanelControl panelControl2;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.PanelControl panelControl7;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}