ab56a9bcf7
SVN-Revision: r240
255 lines
13 KiB
C#
255 lines
13 KiB
C#
|
|
namespace Lskj.PubArtworkPreview
|
|
{
|
|
partial class ArtworkPreview
|
|
{
|
|
/// <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 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.treeLeft = new Lskj.Control.TreeGridControlEx();
|
|
this.plm_top_cond = new DevExpress.XtraEditors.PanelControl();
|
|
this.plm_top_btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.plm_top_cbField = new System.Windows.Forms.ComboBox();
|
|
this.plm_top_txtFixKey = new System.Windows.Forms.TextBox();
|
|
this.Tab_Bottom = new Lskj.Control.TabControlEx();
|
|
this.tcButtom = new Lskj.Control.TabControlEx();
|
|
this.WebBrowser = new System.Windows.Forms.WebBrowser();
|
|
this.tifSeePanel = new System.Windows.Forms.Panel();
|
|
this.tipsLabel = new System.Windows.Forms.Label();
|
|
this.splitRightControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).BeginInit();
|
|
this.splitLeftControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit();
|
|
this.splitMainControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).BeginInit();
|
|
this.plm_top_cond.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).BeginInit();
|
|
this.splitRightControl.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitLeftControl
|
|
//
|
|
this.splitLeftControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitLeftControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitLeftControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.splitLeftControl.Name = "splitLeftControl";
|
|
this.splitLeftControl.Panel1.Controls.Add(this.splitMainControl);
|
|
this.splitLeftControl.Panel1.Text = "Panel1";
|
|
this.splitLeftControl.Panel2.Controls.Add(this.tcButtom);
|
|
this.splitLeftControl.Panel2.Controls.Add(this.WebBrowser);
|
|
this.splitLeftControl.Panel2.Controls.Add(this.tifSeePanel);
|
|
this.splitLeftControl.Panel2.Controls.Add(this.tipsLabel);
|
|
this.splitLeftControl.Panel2.Text = "Panel2";
|
|
this.splitLeftControl.Size = new System.Drawing.Size(1387, 706);
|
|
this.splitLeftControl.SplitterPosition = 435;
|
|
this.splitLeftControl.TabIndex = 5;
|
|
this.splitLeftControl.Text = "splitContainerControl3";
|
|
//
|
|
// splitMainControl
|
|
//
|
|
this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMainControl.Horizontal = false;
|
|
this.splitMainControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMainControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.splitMainControl.Name = "splitMainControl";
|
|
this.splitMainControl.Panel1.Controls.Add(this.treeLeft);
|
|
this.splitMainControl.Panel1.Controls.Add(this.plm_top_cond);
|
|
this.splitMainControl.Panel1.Text = "Panel1";
|
|
this.splitMainControl.Panel2.Controls.Add(this.Tab_Bottom);
|
|
this.splitMainControl.Panel2.Text = "Panel2";
|
|
this.splitMainControl.Size = new System.Drawing.Size(435, 706);
|
|
this.splitMainControl.SplitterPosition = 303;
|
|
this.splitMainControl.TabIndex = 5;
|
|
this.splitMainControl.Text = "splitContainerControl3";
|
|
//
|
|
// treeLeft
|
|
//
|
|
this.treeLeft.AdapterObj = null;
|
|
this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeLeft.Location = new System.Drawing.Point(0, 40);
|
|
this.treeLeft.Margin = new System.Windows.Forms.Padding(4);
|
|
this.treeLeft.Name = "treeLeft";
|
|
this.treeLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.treeLeft.Size = new System.Drawing.Size(435, 263);
|
|
this.treeLeft.TabIndex = 19;
|
|
//
|
|
// plm_top_cond
|
|
//
|
|
this.plm_top_cond.Controls.Add(this.plm_top_btnFixSearch);
|
|
this.plm_top_cond.Controls.Add(this.labelControl3);
|
|
this.plm_top_cond.Controls.Add(this.plm_top_cbField);
|
|
this.plm_top_cond.Controls.Add(this.plm_top_txtFixKey);
|
|
this.plm_top_cond.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plm_top_cond.Location = new System.Drawing.Point(0, 0);
|
|
this.plm_top_cond.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plm_top_cond.Name = "plm_top_cond";
|
|
this.plm_top_cond.Size = new System.Drawing.Size(435, 40);
|
|
this.plm_top_cond.TabIndex = 14;
|
|
//
|
|
// plm_top_btnFixSearch
|
|
//
|
|
this.plm_top_btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.plm_top_btnFixSearch.Appearance.Options.UseFont = true;
|
|
this.plm_top_btnFixSearch.Location = new System.Drawing.Point(356, 6);
|
|
this.plm_top_btnFixSearch.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plm_top_btnFixSearch.Name = "plm_top_btnFixSearch";
|
|
this.plm_top_btnFixSearch.Size = new System.Drawing.Size(72, 26);
|
|
this.plm_top_btnFixSearch.TabIndex = 40;
|
|
this.plm_top_btnFixSearch.Text = "查询(&Q)";
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.labelControl3.Location = new System.Drawing.Point(3, 11);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(24, 12);
|
|
this.labelControl3.TabIndex = 39;
|
|
this.labelControl3.Text = "查询";
|
|
//
|
|
// plm_top_cbField
|
|
//
|
|
this.plm_top_cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.plm_top_cbField.FormattingEnabled = true;
|
|
this.plm_top_cbField.Location = new System.Drawing.Point(40, 5);
|
|
this.plm_top_cbField.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plm_top_cbField.Name = "plm_top_cbField";
|
|
this.plm_top_cbField.Size = new System.Drawing.Size(121, 22);
|
|
this.plm_top_cbField.TabIndex = 37;
|
|
this.plm_top_cbField.Tag = "";
|
|
//
|
|
// plm_top_txtFixKey
|
|
//
|
|
this.plm_top_txtFixKey.Location = new System.Drawing.Point(171, 5);
|
|
this.plm_top_txtFixKey.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plm_top_txtFixKey.Name = "plm_top_txtFixKey";
|
|
this.plm_top_txtFixKey.Size = new System.Drawing.Size(176, 22);
|
|
this.plm_top_txtFixKey.TabIndex = 38;
|
|
//
|
|
// Tab_Bottom
|
|
//
|
|
this.Tab_Bottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.Tab_Bottom.Location = new System.Drawing.Point(0, 0);
|
|
this.Tab_Bottom.Name = "Tab_Bottom";
|
|
this.Tab_Bottom.Size = new System.Drawing.Size(435, 398);
|
|
this.Tab_Bottom.TabIndex = 1;
|
|
//
|
|
// tcButtom
|
|
//
|
|
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tcButtom.Location = new System.Drawing.Point(0, 0);
|
|
this.tcButtom.Name = "tcButtom";
|
|
this.tcButtom.Size = new System.Drawing.Size(947, 706);
|
|
this.tcButtom.TabIndex = 1;
|
|
//
|
|
// WebBrowser
|
|
//
|
|
this.WebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.WebBrowser.Location = new System.Drawing.Point(0, 0);
|
|
this.WebBrowser.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.WebBrowser.Name = "WebBrowser";
|
|
this.WebBrowser.Size = new System.Drawing.Size(947, 706);
|
|
this.WebBrowser.TabIndex = 42;
|
|
//
|
|
// tifSeePanel
|
|
//
|
|
this.tifSeePanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tifSeePanel.Location = new System.Drawing.Point(0, 0);
|
|
this.tifSeePanel.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tifSeePanel.Name = "tifSeePanel";
|
|
this.tifSeePanel.Size = new System.Drawing.Size(947, 706);
|
|
this.tifSeePanel.TabIndex = 2;
|
|
this.tifSeePanel.Visible = false;
|
|
//
|
|
// tipsLabel
|
|
//
|
|
this.tipsLabel.BackColor = System.Drawing.Color.White;
|
|
this.tipsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tipsLabel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tipsLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.tipsLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.tipsLabel.Name = "tipsLabel";
|
|
this.tipsLabel.Size = new System.Drawing.Size(947, 706);
|
|
this.tipsLabel.TabIndex = 5;
|
|
this.tipsLabel.Text = "未找到文件";
|
|
//
|
|
// splitRightControl
|
|
//
|
|
this.splitRightControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitRightControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitRightControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.splitRightControl.Name = "splitRightControl";
|
|
this.splitRightControl.Panel1.Controls.Add(this.splitLeftControl);
|
|
this.splitRightControl.Panel1.Text = "Panel1";
|
|
this.splitRightControl.Panel2.Text = "Panel2";
|
|
this.splitRightControl.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel1;
|
|
this.splitRightControl.Size = new System.Drawing.Size(1387, 706);
|
|
this.splitRightControl.SplitterPosition = 883;
|
|
this.splitRightControl.TabIndex = 6;
|
|
this.splitRightControl.Text = "splitContainerControl3";
|
|
//
|
|
// ArtworkPreview
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitRightControl);
|
|
this.Name = "ArtworkPreview";
|
|
this.Size = new System.Drawing.Size(1387, 706);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).EndInit();
|
|
this.splitLeftControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
|
|
this.splitMainControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).EndInit();
|
|
this.plm_top_cond.ResumeLayout(false);
|
|
this.plm_top_cond.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).EndInit();
|
|
this.splitRightControl.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitLeftControl;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMainControl;
|
|
private DevExpress.XtraEditors.PanelControl plm_top_cond;
|
|
private DevExpress.XtraEditors.SimpleButton plm_top_btnFixSearch;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private System.Windows.Forms.ComboBox plm_top_cbField;
|
|
private System.Windows.Forms.TextBox plm_top_txtFixKey;
|
|
private Lskj.Control.TreeGridControlEx treeLeft;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitRightControl;
|
|
private Control.TabControlEx Tab_Bottom;
|
|
private System.Windows.Forms.Panel tifSeePanel;
|
|
private System.Windows.Forms.WebBrowser WebBrowser;
|
|
private System.Windows.Forms.Label tipsLabel;
|
|
private Control.TabControlEx tcButtom;
|
|
}
|
|
}
|