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

156 lines
7.2 KiB
C#

namespace Lskj.PubMultipleDetail
{
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.pl_top_master = 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_Main = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.pl_top_master)).BeginInit();
this.pl_top_master.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).BeginInit();
this.pl_top_fix_search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_Main)).BeginInit();
this.SuspendLayout();
//
// pl_top_master
//
this.pl_top_master.Controls.Add(this.pl_top_fix_search);
this.pl_top_master.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top_master.Location = new System.Drawing.Point(0, 0);
this.pl_top_master.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pl_top_master.Name = "pl_top_master";
this.pl_top_master.Size = new System.Drawing.Size(1461, 46);
this.pl_top_master.TabIndex = 11;
//
// 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(2, 2);
this.pl_top_fix_search.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pl_top_fix_search.Name = "pl_top_fix_search";
this.pl_top_fix_search.Size = new System.Drawing.Size(507, 42);
this.pl_top_fix_search.TabIndex = 10;
//
// cbField
//
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbField.FormattingEnabled = true;
this.cbField.Location = new System.Drawing.Point(51, 8);
this.cbField.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(141, 26);
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(409, 5);
this.btnFixSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnFixSearch.Name = "btnFixSearch";
this.btnFixSearch.Size = new System.Drawing.Size(84, 30);
this.btnFixSearch.TabIndex = 33;
this.btnFixSearch.Text = "查询(&Q)";
this.btnFixSearch.Click += new System.EventHandler(this.btnFixSearch_Click);
//
// txtFixKey
//
this.txtFixKey.Location = new System.Drawing.Point(199, 8);
this.txtFixKey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtFixKey.Name = "txtFixKey";
this.txtFixKey.Size = new System.Drawing.Size(204, 26);
this.txtFixKey.TabIndex = 32;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 12);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 18);
this.label1.TabIndex = 0;
this.label1.Text = "查询";
//
// pl_Main
//
this.pl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Main.Location = new System.Drawing.Point(0, 46);
this.pl_Main.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pl_Main.Name = "pl_Main";
this.pl_Main.Size = new System.Drawing.Size(1461, 645);
this.pl_Main.TabIndex = 12;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1461, 691);
this.Controls.Add(this.pl_Main);
this.Controls.Add(this.pl_top_master);
this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.Name = "FrmMain";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pl_top_master)).EndInit();
this.pl_top_master.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_Main)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_top_master;
private DevExpress.XtraEditors.PanelControl pl_Main;
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;
}
}