123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- namespace XdCxRhDW.App.UserControl
- {
- partial class CtrlXl
- {
- /// <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 Component 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(CtrlXl));
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.btnImp = new DevExpress.XtraEditors.SimpleButton();
- this.gridXl = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.btnOpen = new DevExpress.XtraEditors.ButtonEdit();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- this.SuspendLayout();
- //
- // layoutControl1
- //
- this.layoutControl1.Controls.Add(this.btnImp);
- this.layoutControl1.Controls.Add(this.gridXl);
- this.layoutControl1.Controls.Add(this.btnOpen);
- this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.layoutControl1.Location = new System.Drawing.Point(0, 0);
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.Root = this.Root;
- this.layoutControl1.Size = new System.Drawing.Size(647, 422);
- this.layoutControl1.TabIndex = 0;
- this.layoutControl1.Text = "layoutControl1";
- //
- // btnImp
- //
- this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
- this.btnImp.Location = new System.Drawing.Point(539, 12);
- this.btnImp.Name = "btnImp";
- this.btnImp.Size = new System.Drawing.Size(96, 24);
- this.btnImp.StyleController = this.layoutControl1;
- this.btnImp.TabIndex = 6;
- this.btnImp.Text = "导入";
- this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
- //
- // gridXl
- //
- this.gridXl.Location = new System.Drawing.Point(10, 38);
- this.gridXl.MainView = this.gridView1;
- this.gridXl.Name = "gridXl";
- this.gridXl.Size = new System.Drawing.Size(627, 374);
- this.gridXl.TabIndex = 5;
- this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- //
- // gridView1
- //
- this.gridView1.GridControl = this.gridXl;
- this.gridView1.Name = "gridView1";
- //
- // btnOpen
- //
- this.btnOpen.Location = new System.Drawing.Point(76, 12);
- this.btnOpen.Name = "btnOpen";
- this.btnOpen.Properties.AutoHeight = false;
- this.btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton()});
- this.btnOpen.Size = new System.Drawing.Size(459, 24);
- this.btnOpen.StyleController = this.layoutControl1;
- this.btnOpen.TabIndex = 4;
- //
- // Root
- //
- this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.Root.GroupBordersVisible = false;
- this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1,
- this.layoutControlItem2,
- this.layoutControlItem3});
- this.Root.Name = "Root";
- this.Root.Size = new System.Drawing.Size(647, 422);
- this.Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.btnOpen;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
- this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(527, 28);
- this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem1.Text = "星历文件:";
- this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.gridXl;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.layoutControlItem2.Size = new System.Drawing.Size(627, 374);
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem2.TextVisible = false;
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.btnImp;
- this.layoutControlItem3.Location = new System.Drawing.Point(527, 0);
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
- this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(100, 28);
- this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem3.TextVisible = false;
- //
- // CtrlXl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.layoutControl1);
- this.Name = "CtrlXl";
- this.Size = new System.Drawing.Size(647, 422);
- this.Load += new System.EventHandler(this.CtrlXl_Load);
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridXl)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraGrid.GridControl gridXl;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- private DevExpress.XtraEditors.ButtonEdit btnOpen;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraEditors.SimpleButton btnImp;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- }
- }
|