StableVersion4.3/HL_FristAidPlatform_Frame/Main/Form_SelectSystemModule.Des...

181 lines
11 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_Frame
{
partial class Form_SelectSystemModule
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SelectSystemModule));
DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition2 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
this.pan_Bottom = new DevExpress.XtraEditors.PanelControl();
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.btn_Sure = new DevExpress.XtraEditors.SimpleButton();
this.listBox_SystemModule = new DevExpress.XtraEditors.ListBoxControl();
this.Search_SystemModule = new DevExpress.XtraEditors.SearchControl();
((System.ComponentModel.ISupportInitialize)(this.pan_Bottom)).BeginInit();
this.pan_Bottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Search_SystemModule.Properties)).BeginInit();
this.SuspendLayout();
//
// pan_Bottom
//
this.pan_Bottom.Controls.Add(this.btn_Cancel);
this.pan_Bottom.Controls.Add(this.btn_Sure);
this.pan_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pan_Bottom.Location = new System.Drawing.Point(0, 365);
this.pan_Bottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pan_Bottom.Name = "pan_Bottom";
this.pan_Bottom.Size = new System.Drawing.Size(708, 59);
this.pan_Bottom.TabIndex = 2;
//
// btn_Cancel
//
this.btn_Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btn_Cancel.Appearance.Options.UseFont = true;
this.btn_Cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ImageOptions.Image")));
this.btn_Cancel.Location = new System.Drawing.Point(349, 7);
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(115, 45);
this.btn_Cancel.TabIndex = 4;
this.btn_Cancel.Text = "取 消";
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// btn_Sure
//
this.btn_Sure.Appearance.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btn_Sure.Appearance.Options.UseFont = true;
this.btn_Sure.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Sure.ImageOptions.Image")));
this.btn_Sure.Location = new System.Drawing.Point(221, 7);
this.btn_Sure.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Sure.Name = "btn_Sure";
this.btn_Sure.Size = new System.Drawing.Size(115, 45);
this.btn_Sure.TabIndex = 3;
this.btn_Sure.Text = "确 认";
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
//
// listBox_SystemModule
//
this.listBox_SystemModule.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.listBox_SystemModule.Appearance.Options.UseFont = true;
this.listBox_SystemModule.ColumnWidth = 160;
this.listBox_SystemModule.ContextButtonOptions.NormalStateOpacity = 0.4F;
this.listBox_SystemModule.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox_SystemModule.ItemHeight = 148;
this.listBox_SystemModule.Location = new System.Drawing.Point(0, 0);
this.listBox_SystemModule.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.listBox_SystemModule.MultiColumn = true;
this.listBox_SystemModule.Name = "listBox_SystemModule";
this.listBox_SystemModule.Size = new System.Drawing.Size(708, 341);
this.listBox_SystemModule.TabIndex = 0;
tableColumnDefinition1.Length.Value = 10D;
itemTemplateBase1.Columns.Add(tableColumnDefinition1);
templatedItemElement1.FieldName = "IconData";
templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
templatedItemElement1.ImageOptions.ImageSize = new System.Drawing.Size(88, 88);
templatedItemElement1.MaxWidth = 108;
templatedItemElement1.Text = "IconData";
templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
templatedItemElement2.FieldName = "SystemName";
templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
templatedItemElement2.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
templatedItemElement2.RowIndex = 1;
templatedItemElement2.Text = "SystemName";
templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
itemTemplateBase1.Elements.Add(templatedItemElement1);
itemTemplateBase1.Elements.Add(templatedItemElement2);
itemTemplateBase1.Name = "template1";
tableRowDefinition1.Length.Value = 110D;
tableRowDefinition2.Length.Value = 28D;
itemTemplateBase1.Rows.Add(tableRowDefinition1);
itemTemplateBase1.Rows.Add(tableRowDefinition2);
this.listBox_SystemModule.Templates.Add(itemTemplateBase1);
this.listBox_SystemModule.DoubleClick += new System.EventHandler(this.listBox_SystemModule_DoubleClick);
this.listBox_SystemModule.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBox_SystemModule_KeyDown);
//
// Search_SystemModule
//
this.Search_SystemModule.Client = this.listBox_SystemModule;
this.Search_SystemModule.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Search_SystemModule.EditValue = "";
this.Search_SystemModule.Location = new System.Drawing.Point(0, 341);
this.Search_SystemModule.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Search_SystemModule.Name = "Search_SystemModule";
this.Search_SystemModule.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.Search_SystemModule.Properties.Appearance.Options.UseFont = true;
this.Search_SystemModule.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Repository.ClearButton(),
new DevExpress.XtraEditors.Repository.SearchButton()});
this.Search_SystemModule.Properties.Client = this.listBox_SystemModule;
this.Search_SystemModule.Properties.NullValuePromptShowForEmptyValue = false;
this.Search_SystemModule.Size = new System.Drawing.Size(708, 24);
this.Search_SystemModule.TabIndex = 13;
//
// Form_SelectSystemModule
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(708, 424);
this.Controls.Add(this.listBox_SystemModule);
this.Controls.Add(this.Search_SystemModule);
this.Controls.Add(this.pan_Bottom);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_SelectSystemModule";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择系统模块";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_SelectSystemModule_FormClosed);
this.Load += new System.EventHandler(this.Form_SelectSystemModule_Load);
((System.ComponentModel.ISupportInitialize)(this.pan_Bottom)).EndInit();
this.pan_Bottom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Search_SystemModule.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pan_Bottom;
private DevExpress.XtraEditors.ListBoxControl listBox_SystemModule;
private DevExpress.XtraEditors.SimpleButton btn_Cancel;
private DevExpress.XtraEditors.SimpleButton btn_Sure;
private DevExpress.XtraEditors.SearchControl Search_SystemModule;
}
}