• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

C# XtraEditors.LabelControl类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了C#中DevExpress.XtraEditors.LabelControl的典型用法代码示例。如果您正苦于以下问题:C# DevExpress.XtraEditors.LabelControl类的具体用法?C# DevExpress.XtraEditors.LabelControl怎么用?C# DevExpress.XtraEditors.LabelControl使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



DevExpress.XtraEditors.LabelControl类属于命名空间,在下文中一共展示了DevExpress.XtraEditors.LabelControl类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblName = new DevExpress.XtraEditors.LabelControl();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.Appearance.ForeColor = System.Drawing.Color.Black;
     this.lblName.Location = new System.Drawing.Point(39, 25);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(82, 19);
     this.lblName.TabIndex = 0;
     this.lblName.Text = "Opening...";
     //
     // frmProgressBar
     //
     this.Appearance.BackColor = System.Drawing.Color.Silver;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(179, 73);
     this.Controls.Add(this.lblName);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmProgressBar";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:ltvinh,项目名称:FRDB-SQLite,代码行数:36,代码来源:frmProgressBar.designer.cs


示例2: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 27);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(463, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "MỌI TRỢ GIÚP XIN LIÊN HỆ VỀ TOÀ NHÀ 45 NGUYỄN KHẮC NHU TẦNG 7 KHOA CNTT NHÓM 4 T1" +
         "";
     //
     // frmHelp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(490, 70);
     this.Controls.Add(this.labelControl1);
     this.Name = "frmHelp";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Trợ giúp HMS";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:sivarajankumar,项目名称:hmsteam14,代码行数:30,代码来源:frmHelp.designer.cs


示例3: InitializeComponent

        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lbDescription = new DevExpress.XtraEditors.LabelControl();
            this.lbCaption = new DevExpress.XtraEditors.LabelControl();
            this.picLoading = new DevExpress.XtraEditors.PictureEdit();
            this.tmeMain = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.picLoading.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // lbDescription
            // 
            this.lbDescription.Location = new System.Drawing.Point(182, 186);
            this.lbDescription.Name = "lbDescription";
            this.lbDescription.Size = new System.Drawing.Size(61, 13);
            this.lbDescription.TabIndex = 0;
            this.lbDescription.Text = "lbDescription";
            // 
            // lbCaption
            // 
            this.lbCaption.Location = new System.Drawing.Point(198, 126);
            this.lbCaption.Name = "lbCaption";
            this.lbCaption.Size = new System.Drawing.Size(45, 13);
            this.lbCaption.TabIndex = 0;
            this.lbCaption.Text = "lbCaption";
            // 
            // picLoading
            // 
            this.picLoading.Location = new System.Drawing.Point(77, 99);
            this.picLoading.Name = "picLoading";
            this.picLoading.Properties.AllowFocused = false;
            this.picLoading.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.picLoading.Properties.Appearance.Options.UseBackColor = true;
            this.picLoading.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.picLoading.Properties.NullText = " ";
            this.picLoading.Size = new System.Drawing.Size(50, 50);
            this.picLoading.TabIndex = 1;
            this.picLoading.Paint += new System.Windows.Forms.PaintEventHandler(this.picLoading_Paint);
            // 
            // tmeMain
            // 
            this.tmeMain.Enabled = true;
            this.tmeMain.Tick += new System.EventHandler(this.tmeMain_Tick);
            // 
            // MyWaitForm
            // 
            this.ClientSize = new System.Drawing.Size(300, 300);
            this.Controls.Add(this.picLoading);
            this.Controls.Add(this.lbCaption);
            this.Controls.Add(this.lbDescription);
            this.DoubleBuffered = true;
            this.Name = "MyWaitForm";
            ((System.ComponentModel.ISupportInitialize)(this.picLoading.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:penguinsoft,项目名称:iPOS,代码行数:57,代码来源:MyWaitForm.cs


示例4: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tmrCloseWindow = new System.Windows.Forms.Timer(this.components);
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // tmrCloseWindow
     //
     this.tmrCloseWindow.Interval = 5000;
     this.tmrCloseWindow.Tick += new System.EventHandler(this.tmrCloseWindow_Tick);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(86, 92);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(71, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Registered To:";
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(307, 148);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "Close [X]";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(226, 148);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 2;
     this.simpleButton2.Text = "Register";
     //
     // frmSplash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(394, 183);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmSplash";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmSplash";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.frmSplash_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:SmartSimTech,项目名称:SSTCP,代码行数:60,代码来源:frmSplash.Designer+(Tyler+Reed's+conflicted+copy+2010-12-18).cs


示例5: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.labelControl1.Location = new System.Drawing.Point(12, 27);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(313, 25);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Hospital Management System";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 72);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(54, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "Version 1.0";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(12, 109);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(173, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "HMS được thiết kế bởi K16T1-Team4";
     //
     // frmThongtinphanmem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(331, 148);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Name = "frmThongtinphanmem";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Thông tin phần mềm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:sivarajankumar,项目名称:hmsteam14,代码行数:50,代码来源:frmThongtinphanmem.designer.cs


示例6: EditSubtypeConnector_Load

        private void EditSubtypeConnector_Load(object sender, EventArgs e)
        {
            pnlControl.Controls.Clear();

            foreach (AttributeShape att in connector.supertype.attributes)
            {
                cboSubtypeDis.Properties.Items.Add(att.sName);
            }
            if (cboSubtypeDis.Properties.Items.Count > 0)
            {
                if (connector.AttributeDiscriminator != null)
                    cboSubtypeDis.SelectedItem = connector.AttributeDiscriminator.sName;
                else
                    cboSubtypeDis.SelectedIndex = 0;
            }

            for (int i = 0; i < connector.subtypes.Count; i++ )
            {
                DevExpress.XtraEditors.LabelControl lbSubtype = new DevExpress.XtraEditors.LabelControl();

                lbSubtype.Appearance.BackColor = System.Drawing.Color.White;
                lbSubtype.Appearance.Options.UseBackColor = true;
                lbSubtype.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
                lbSubtype.Cursor = System.Windows.Forms.Cursors.Default;
                lbSubtype.LineColor = System.Drawing.Color.White;
                lbSubtype.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
                lbSubtype.LineVisible = true;
                lbSubtype.Size = new System.Drawing.Size(107, 19);
                lbSubtype.Text = connector.subtypes[i].sName;

                pnlControl.Controls.Add(lbSubtype);

                DevExpress.XtraEditors.TextEdit txtDiscriminator = new DevExpress.XtraEditors.TextEdit();

                txtDiscriminator.Size = new System.Drawing.Size(140, 20);
                txtDiscriminator.TabIndex = i;
                txtDiscriminator.Text = connector.discriminators[i];

                pnlControl.Controls.Add(txtDiscriminator);
                listTextBox.Add(txtDiscriminator);
            }
        }
开发者ID:rsuneja,项目名称:erdesigner,代码行数:42,代码来源:EditSubtypeConnector.cs


示例7: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.TxtUserName = new DevExpress.XtraEditors.TextEdit();
     this.BtnEnter = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.TxtPassword = new DevExpress.XtraEditors.TextEdit();
     this.BtnEnd = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.TxtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtPassword.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl1.Location = new System.Drawing.Point(206, 21);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(74, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اسم المستخدم";
     //
     // TxtUserName
     //
     this.TxtUserName.EditValue = "";
     this.TxtUserName.Location = new System.Drawing.Point(18, 17);
     this.TxtUserName.Name = "TxtUserName";
     this.TxtUserName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.TxtUserName.Size = new System.Drawing.Size(182, 22);
     this.TxtUserName.TabIndex = 0;
     this.TxtUserName.EditValueChanged += new System.EventHandler(this.text_EditValueChanged);
     //
     // BtnEnter
     //
     this.BtnEnter.Location = new System.Drawing.Point(18, 107);
     this.BtnEnter.Name = "BtnEnter";
     this.BtnEnter.Size = new System.Drawing.Size(182, 23);
     this.BtnEnter.TabIndex = 2;
     this.BtnEnter.Text = "دخــــــــــــــــــــــــــول";
     this.BtnEnter.Click += new System.EventHandler(this.BtnEnter_Click);
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl2.Location = new System.Drawing.Point(227, 52);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(54, 13);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text = "كلمة الســر";
     //
     // TxtPassword
     //
     this.TxtPassword.EditValue = "";
     this.TxtPassword.Location = new System.Drawing.Point(18, 48);
     this.TxtPassword.Name = "TxtPassword";
     this.TxtPassword.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.TxtPassword.Properties.PasswordChar = '*';
     this.TxtPassword.Size = new System.Drawing.Size(182, 22);
     this.TxtPassword.TabIndex = 1;
     this.TxtPassword.EditValueChanged += new System.EventHandler(this.text_EditValueChanged);
     //
     // BtnEnd
     //
     this.BtnEnd.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnEnd.Location = new System.Drawing.Point(215, 107);
     this.BtnEnd.Name = "BtnEnd";
     this.BtnEnd.Size = new System.Drawing.Size(75, 23);
     this.BtnEnd.TabIndex = 3;
     this.BtnEnd.Text = "خروج";
     this.BtnEnd.Click += new System.EventHandler(this.BtnEnd_Click);
     //
     // LoginFrm
     //
     this.AcceptButton = this.BtnEnter;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
     this.BackgroundImageStore = global::schoolStore.Properties.Resources.Login_Back;
     this.CancelButton = this.BtnEnd;
     this.ClientSize = new System.Drawing.Size(288, 138);
     this.ControlBox = false;
     this.Controls.Add(this.BtnEnd);
     this.Controls.Add(this.BtnEnter);
     this.Controls.Add(this.TxtPassword);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.TxtUserName);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LoginFrm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "المستخدميـــــــــــــن";
     this.TopMost = true;
     ((System.ComponentModel.ISupportInitialize)(this.TxtUserName.Properties)).EndInit();
//.........这里部分代码省略.........
开发者ID:EgyFalseX-EESoft-WinForm,项目名称:schoolStore,代码行数:101,代码来源:LoginFrm.designer.cs


示例8: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.clientPanel = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.pcAddBoard = new DevExpress.XtraEditors.PanelControl();
     this.lblAddBoard = new DevExpress.XtraEditors.LabelControl();
     this.imgAddBoard = new System.Windows.Forms.PictureBox();
     this.pcBoardList = new DevExpress.XtraEditors.PanelControl();
     this.lblBoardList = new DevExpress.XtraEditors.LabelControl();
     this.imgBoardList = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pcWebBrowser = new DevExpress.XtraEditors.PanelControl();
     this.wbNews = new System.Windows.Forms.WebBrowser();
     this.pcRequestSupport = new DevExpress.XtraEditors.PanelControl();
     this.lblRequestSupport = new DevExpress.XtraEditors.LabelControl();
     this.imgRequestSupport = new System.Windows.Forms.PictureBox();
     this.pcCheckForUpdates = new DevExpress.XtraEditors.PanelControl();
     this.lblCheckForUpdates = new DevExpress.XtraEditors.LabelControl();
     this.imgCheckForUpdates = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientPanel)).BeginInit();
     this.clientPanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pcAddBoard)).BeginInit();
     this.pcAddBoard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgAddBoard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcBoardList)).BeginInit();
     this.pcBoardList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgBoardList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcWebBrowser)).BeginInit();
     this.pcWebBrowser.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pcRequestSupport)).BeginInit();
     this.pcRequestSupport.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgRequestSupport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcCheckForUpdates)).BeginInit();
     this.pcCheckForUpdates.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgCheckForUpdates)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ApplicationButtonText = null;
     this.ribbon.Location = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 1;
     this.ribbon.Name = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage1});
     this.ribbon.SelectedPage = this.ribbonPage1;
     this.ribbon.Size = new System.Drawing.Size(860, 143);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup1});
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "ribbonPage1";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 530);
     this.ribbonStatusBar.Name = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon = this.ribbon;
     this.ribbonStatusBar.Size = new System.Drawing.Size(860, 25);
     //
     // clientPanel
     //
     this.clientPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.clientPanel.Controls.Add(this.tableLayoutPanel1);
     this.clientPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.clientPanel.Location = new System.Drawing.Point(0, 143);
     this.clientPanel.Name = "clientPanel";
     this.clientPanel.Size = new System.Drawing.Size(860, 387);
     this.clientPanel.TabIndex = 2;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.pcAddBoard, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pcBoardList, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pictureBox3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.pcWebBrowser, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.pcRequestSupport, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.pcCheckForUpdates, 0, 4);
//.........这里部分代码省略.........
开发者ID:SmartSimTech,项目名称:SSTCP,代码行数:101,代码来源:frmStartPage.Designer+(Tyler+Reed's+conflicted+copy+2010-12-13).cs


示例9: InitializeComponent

 /// <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(SplashWelcome));
     this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox = new System.Windows.Forms.PictureBox();
     this.labelProductName = new System.Windows.Forms.Label();
     this.labelVersion = new System.Windows.Forms.Label();
     this.labelCopyright = new System.Windows.Forms.Label();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
     this.timer1 = new System.Windows.Forms.Timer();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.EditValue = 0;
     this.marqueeProgressBarControl1.Location = new System.Drawing.Point(73, 297);
     this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Size = new System.Drawing.Size(222, 11);
     this.marqueeProgressBarControl1.TabIndex = 2;
     //
     // labelControl1
     //
     this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.labelControl1.Location = new System.Drawing.Point(81, 315);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(115, 13);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text = "Copyright © 2010-2014";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(16, 295);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(50, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "Starting...";
     //
     // pictureEdit2
     //
     this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
     this.pictureEdit2.Location = new System.Drawing.Point(12, 12);
     this.pictureEdit2.Name = "pictureEdit2";
     this.pictureEdit2.Properties.AllowFocused = false;
     this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     //this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit2.Properties.ShowMenu = false;
     this.pictureEdit2.Size = new System.Drawing.Size(426, 180);
     this.pictureEdit2.TabIndex = 9;
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = global::BapAlmacenNet.Properties.Resources.logoBlueOcean1;
     this.pictureEdit1.Location = new System.Drawing.Point(306, 295);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.AllowFocused = false;
     this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     //this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ShowMenu = false;
     this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size = new System.Drawing.Size(129, 34);
     this.pictureEdit1.TabIndex = 4;
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.76471F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.23529F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     this.tableLayoutPanel.Controls.Add(this.ProgressBar1, 1, 5);
     this.tableLayoutPanel.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:SplashWelcome.designer.cs


示例10: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMuonTraQL));
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.MainBar = new DevExpress.XtraBars.Bar();
            this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.ChuaTra = new DevExpress.XtraEditors.CheckEdit();
            this.ngayTra = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.label29 = new DevExpress.XtraEditors.LabelControl();
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
            this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
            this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
            this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
            this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
            this.NgayMuon = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.MaPMT = new DevExpress.XtraEditors.TextEdit();
            this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.TenChuongTrinh = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.CongTyMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.BoPhanMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.NguoiMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.NuocSX = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.PostMaster = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
            this.label10 = new DevExpress.XtraEditors.LabelControl();
            this.label1 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
            this.label3 = new DevExpress.XtraEditors.LabelControl();
            this.label5 = new DevExpress.XtraEditors.LabelControl();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
            this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.Col_MaPhieu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NguoiMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_BoPhanMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CongTyMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NgayMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MucDich = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NgayTra = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NguoiTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NgayTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CongTy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
            this.TreeDes = new DevExpress.XtraTreeList.PLTreeList();
            this.ColDes_Ten = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_NuocSX = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TietMuc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_SoTapGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_LoaiLuuTru = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Betacam = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_File = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_DVD = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Cap = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenPM = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenCT = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_PhongBan = new DevExpress.XtraTreeList.Columns.TreeListColumn();
//.........这里部分代码省略.........
开发者ID:khanhdtn,项目名称:did-vlib-2011,代码行数:101,代码来源:frmMuonTraQL.designer.cs


示例11: InitializeComponent

 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlItem = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.item_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_price_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_price_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_vat_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.item_type = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_type_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_vat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlAddittional = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.panelEnable = new DevExpress.XtraEditors.PanelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditPayType = new DevExpress.XtraEditors.LookUpEdit();
     this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit();
     this.labelBasicinfoType = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoName = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoPriceMonthly = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoPriceDaily = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoDetail = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoVat = new DevExpress.XtraEditors.LabelControl();
     this.textEditItemPriceMonthly = new DevExpress.XtraEditors.TextEdit();
     this.memoEditItemDetail = new DevExpress.XtraEditors.MemoEdit();
     this.textEditItemName = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.texthiddenAction = new DevExpress.XtraEditors.TextEdit();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.labelBasicinfoID = new DevExpress.XtraEditors.LabelControl();
     this.textEditItemID = new DevExpress.XtraEditors.TextEdit();
     this.textEditCheckEvent = new DevExpress.XtraEditors.TextEdit();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.textEditItemPriceDaily = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit();
     this.groupControlList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).BeginInit();
     this.groupControlAddittional.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).BeginInit();
     this.panelEnable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1079, 614);
     this.panelControl2.TabIndex = 20;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
//.........这里部分代码省略.........
开发者ID:neosign,项目名称:DXWindowsApplication2,代码行数:101,代码来源:BasicInfoAdditionItem.designer.cs


示例12: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
     this.labelControl1.Location = new System.Drawing.Point(2, 0);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(385, 33);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Near Expiry Batches Information";
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl2.Location = new System.Drawing.Point(611, 8);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(96, 16);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "Near Expiry Days";
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(712, 6);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 2;
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridControl1.Location = new System.Drawing.Point(2, 33);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(810, 392);
     this.gridControl1.TabIndex = 3;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0) 

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# XtraEditors.LookUpEdit类代码示例发布时间:2022-05-24
下一篇:
C# XtraEditors.GroupControl类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap