当前位置: 首页>>代码示例>>C#>>正文


C# Forms.StatusStrip类代码示例

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


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

示例1: _initControl

 public override void _initControl()
 {
     if (null == mStatusStrip || mStatusStrip.IsDisposed)
     {
         mStatusStrip = new System.Windows.Forms.StatusStrip();
     }
 }
开发者ID:zyouhua,项目名称:nvwa,代码行数:7,代码来源:StatusBar.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.overlay = new System.Windows.Forms.PictureBox();
     this.btnStart = new System.Windows.Forms.Button();
     this.strip = new System.Windows.Forms.StatusStrip();
     this.status = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.overlay)).BeginInit();
     this.strip.SuspendLayout();
     this.SuspendLayout();
     //
     // overlay
     //
     this.overlay.Location = new System.Drawing.Point(13, 13);
     this.overlay.Name = "overlay";
     this.overlay.Size = new System.Drawing.Size(640, 480);
     this.overlay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.overlay.TabIndex = 0;
     this.overlay.TabStop = false;
     //
     // btnStart
     //
     this.btnStart.Location = new System.Drawing.Point(660, 13);
     this.btnStart.Name = "btnStart";
     this.btnStart.Size = new System.Drawing.Size(130, 49);
     this.btnStart.TabIndex = 1;
     this.btnStart.Text = "Start Tracking";
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     //
     // strip
     //
     this.strip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.status});
     this.strip.Location = new System.Drawing.Point(0, 507);
     this.strip.Name = "strip";
     this.strip.Size = new System.Drawing.Size(802, 22);
     this.strip.TabIndex = 2;
     this.strip.Text = "statusStrip1";
     //
     // status
     //
     this.status.Name = "status";
     this.status.Size = new System.Drawing.Size(0, 17);
     //
     // frmTrackMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(802, 529);
     this.Controls.Add(this.strip);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.overlay);
     this.Name = "frmTrackMain";
     this.Text = "CMT Tracking Host Test";
     ((System.ComponentModel.ISupportInitialize)(this.overlay)).EndInit();
     this.strip.ResumeLayout(false);
     this.strip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:gussmith23,项目名称:CMT_Tracker,代码行数:64,代码来源:frmMain.designer.cs

示例3: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tSeat = new System.Windows.Forms.ToolStripTextBox();
     this.payTool = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.orderTool = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.toolTech = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.btnRoom = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
     this.toolAllOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.btnCashierTable = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
     this.btnDeposit = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
     this.toolMember = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolPreprint = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel9 = new System.Windows.Forms.ToolStripLabel();
     this.toolPwd = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel10 = new System.Windows.Forms.ToolStripLabel();
     this.toolWarn = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel11 = new System.Windows.Forms.ToolStripLabel();
     this.toolExit = new System.Windows.Forms.ToolStripButton();
     this.seatContext = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.CtxAddNote = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxLock = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxSop = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxRepay = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxReprint = new System.Windows.Forms.ToolStripMenuItem();
     this.unWarnTool = new System.Windows.Forms.ToolStripMenuItem();
     this.undoTransferTool = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.currentUser = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.aviTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.useTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.payTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.lockTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.stopTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.warnTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.depositTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.LseatTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel20 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatAvi = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatAvi = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel21 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel22 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel23 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel24 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel25 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatPanel = new System.Windows.Forms.Panel();
     this.toolStrip1.SuspendLayout();
     this.seatContext.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(64, 64);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tSeat,
     this.payTool,
     this.toolStripLabel2,
     this.orderTool,
     this.toolStripLabel5,
     this.toolTech,
     this.toolStripLabel3,
     this.btnRoom,
     this.toolStripLabel8,
     this.toolAllOrder,
     this.toolStripLabel4,
     this.btnCashierTable,
     this.toolStripLabel6,
//.........这里部分代码省略.........
开发者ID:huaminglee,项目名称:yousoftbath,代码行数:101,代码来源:MainWindow.designer.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();
            System.Windows.Forms.ToolStrip commands;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurrentStatusWindow));
            System.Windows.Forms.StatusStrip statusBar;
            System.Windows.Forms.ImageList explorerImages;
            this.refreshCommand = new System.Windows.Forms.ToolStripButton();
            this.currentStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.statusExplorer = new System.Windows.Forms.TreeView();
            this.statusDetails = new System.Windows.Forms.PropertyGrid();
            this.statusProgress = new System.Windows.Forms.ProgressBar();
            this.displayWorker = new System.ComponentModel.BackgroundWorker();
            this.refreshTimer = new System.Windows.Forms.Timer(this.components);
            commands = new System.Windows.Forms.ToolStrip();
            statusBar = new System.Windows.Forms.StatusStrip();
            explorerImages = new System.Windows.Forms.ImageList(this.components);
            commands.SuspendLayout();
            statusBar.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // commands
            // 
            commands.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            commands.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshCommand});
            commands.Location = new System.Drawing.Point(0, 0);
            commands.Name = "commands";
            commands.Size = new System.Drawing.Size(533, 25);
            commands.TabIndex = 0;
            commands.Text = "toolStrip1";
            // 
            // refreshCommand
            // 
            this.refreshCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.refreshCommand.Image = ((System.Drawing.Image)(resources.GetObject("refreshCommand.Image")));
            this.refreshCommand.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.refreshCommand.Name = "refreshCommand";
            this.refreshCommand.Size = new System.Drawing.Size(23, 22);
            this.refreshCommand.Text = "Refresh";
            this.refreshCommand.Click += new System.EventHandler(this.refreshCommand_Click);
            // 
            // statusBar
            // 
            statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.currentStatus});
            statusBar.Location = new System.Drawing.Point(0, 366);
            statusBar.Name = "statusBar";
            statusBar.Size = new System.Drawing.Size(533, 22);
            statusBar.TabIndex = 1;
            statusBar.Text = "statusStrip1";
            // 
            // currentStatus
            // 
            this.currentStatus.Name = "currentStatus";
            this.currentStatus.Size = new System.Drawing.Size(518, 17);
            this.currentStatus.Spring = true;
            this.currentStatus.Text = "Loading status...";
            this.currentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // explorerImages
            // 
            explorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("explorerImages.ImageStream")));
            explorerImages.TransparentColor = System.Drawing.Color.Transparent;
            explorerImages.Images.SetKeyName(0, "Unknown");
            explorerImages.Images.SetKeyName(1, "CompletedSuccess");
            explorerImages.Images.SetKeyName(2, "CompletedFailed");
            explorerImages.Images.SetKeyName(3, "Pending");
            explorerImages.Images.SetKeyName(4, "Cancelled");
            explorerImages.Images.SetKeyName(5, "Running");
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.statusExplorer);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.statusDetails);
            this.splitContainer1.Panel2.Controls.Add(this.statusProgress);
            this.splitContainer1.Size = new System.Drawing.Size(533, 341);
            this.splitContainer1.SplitterDistance = 177;
            this.splitContainer1.TabIndex = 2;
            // 
            // statusExplorer
            // 
            this.statusExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
//.........这里部分代码省略.........
开发者ID:kascomp,项目名称:CruiseControl.NET,代码行数:101,代码来源:CurrentStatusWindow.Designer.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinForm_Abstract));
     this.toolStripParent = new System.Windows.Forms.ToolStrip();
     this.CancelToolStrip = new System.Windows.Forms.ToolStripButton();
     this.SaveToolStrip = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStrip_Label = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripParent.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripParent
     //
     this.toolStripParent.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripParent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CancelToolStrip,
     this.SaveToolStrip,
     this.toolStripSeparator1});
     this.toolStripParent.Location = new System.Drawing.Point(0, 0);
     this.toolStripParent.Name = "toolStripParent";
     this.toolStripParent.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStripParent.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStripParent.Size = new System.Drawing.Size(590, 54);
     this.toolStripParent.TabIndex = 121;
     this.toolStripParent.Text = "toolStrip1";
     //
     // CancelToolStrip
     //
     this.CancelToolStrip.Image = ((System.Drawing.Image)(resources.GetObject("CancelToolStrip.Image")));
     this.CancelToolStrip.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CancelToolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.CancelToolStrip.Margin = new System.Windows.Forms.Padding(10, 1, 0, 2);
     this.CancelToolStrip.Name = "CancelToolStrip";
     this.CancelToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CancelToolStrip.Size = new System.Drawing.Size(47, 51);
     this.CancelToolStrip.Text = "&Cancel";
     this.CancelToolStrip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.CancelToolStrip.Click += new System.EventHandler(this.CancelToolStrip_Click);
     //
     // SaveToolStrip
     //
     this.SaveToolStrip.Image = ((System.Drawing.Image)(resources.GetObject("SaveToolStrip.Image")));
     this.SaveToolStrip.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.SaveToolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveToolStrip.Name = "SaveToolStrip";
     this.SaveToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.SaveToolStrip.Size = new System.Drawing.Size(36, 51);
     this.SaveToolStrip.Text = "&Save";
     this.SaveToolStrip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.SaveToolStrip.ToolTipText = "Click to Save Customers";
     this.SaveToolStrip.Click += new System.EventHandler(this.SaveToolStrip_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 54);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_Label,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 365);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(590, 22);
     this.statusStrip1.TabIndex = 122;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStrip_Label
     //
     this.toolStrip_Label.Name = "toolStrip_Label";
     this.toolStrip_Label.Size = new System.Drawing.Size(442, 17);
     this.toolStrip_Label.Spring = true;
     this.toolStrip_Label.Text = "Enter Details and Click Save.";
     this.toolStrip_Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     //
     // WinForm_Abstract
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(590, 387);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStripParent);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "WinForm_Abstract";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load += new System.EventHandler(this.Winform_DetailsFormat_Load);
     this.toolStripParent.ResumeLayout(false);
//.........这里部分代码省略.........
开发者ID:nsuhanshetty,项目名称:JanataBazaar,代码行数:101,代码来源:WinForm_Abstract.designer.cs

示例6: 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.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.CSVFormatsCombo = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.label4 = new System.Windows.Forms.Label();
     this.MarketDataTypesListBox = new System.Windows.Forms.ListBox();
     this.DateTimeFormatTextBox = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.FileColumnsLabel = new System.Windows.Forms.Label();
     this.ColumnsInCSVTextBox = new System.Windows.Forms.TextBox();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 437);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(391, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "Nothing";
     //
     // button1
     //
     this.button1.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this.button1.Location = new System.Drawing.Point(100, 335);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(121, 37);
     this.button1.TabIndex = 1;
     this.button1.Text = "Load CSV";
     this.toolTip1.SetToolTip(this.button1, "Load your CSV");
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(66, 403);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(267, 20);
     this.textBox1.TabIndex = 2;
     this.toolTip1.SetToolTip(this.textBox1, "Path to your file");
     //
     // CSVFormatsCombo
     //
     this.CSVFormatsCombo.FormattingEnabled = true;
     this.CSVFormatsCombo.Location = new System.Drawing.Point(100, 6);
     this.CSVFormatsCombo.Name = "CSVFormatsCombo";
     this.CSVFormatsCombo.Size = new System.Drawing.Size(121, 21);
     this.CSVFormatsCombo.TabIndex = 3;
     this.toolTip1.SetToolTip(this.CSVFormatsCombo, "CSVFormat to use");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 410);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "Loaded file";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 14);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(63, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "CSV Format";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 359);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(55, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Load CSV";
     //
     // label4
     //
//.........这里部分代码省略.........
开发者ID:benw408701,项目名称:MLHCTransactionPredictor,代码行数:101,代码来源:csvformloader.designer.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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
//.........这里部分代码省略.........
开发者ID:iMutex,项目名称:EBusiness,代码行数:101,代码来源:WelcomeForm.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.txtID = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtdonvi = new System.Windows.Forms.MaskedTextBox();
     this.txtghichu = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtbieutuong = new System.Windows.Forms.TextBox();
     this.txttenttl = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txttenttc = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txttentt = new System.Windows.Forms.TextBox();
     this.txtmatt = new System.Windows.Forms.TextBox();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.tsslThem = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslSua = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslDong = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtID
     //
     this.txtID.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.txtID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtID.Location = new System.Drawing.Point(116, 2);
     this.txtID.Name = "txtID";
     this.txtID.ReadOnly = true;
     this.txtID.Size = new System.Drawing.Size(65, 20);
     this.txtID.TabIndex = 100;
     this.txtID.Text = "0";
     this.txtID.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(26, 132);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 14);
     this.label13.TabIndex = 113;
     this.label13.Text = "Ghi chú";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(26, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 14);
     this.label1.TabIndex = 98;
     this.label1.Text = "Tiền Tệ ID";
     this.label1.Visible = false;
     //
     // txtdonvi
     //
     this.txtdonvi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdonvi.Location = new System.Drawing.Point(414, 96);
     this.txtdonvi.Mask = "9999999";
     this.txtdonvi.Name = "txtdonvi";
     this.txtdonvi.Size = new System.Drawing.Size(186, 20);
     this.txtdonvi.TabIndex = 5;
     //
     // txtghichu
     //
     this.txtghichu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtghichu.Location = new System.Drawing.Point(115, 132);
     this.txtghichu.MaxLength = 100;
     this.txtghichu.Multiline = true;
     this.txtghichu.Name = "txtghichu";
     this.txtghichu.Size = new System.Drawing.Size(485, 92);
     this.txtghichu.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(25, 37);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 14);
     this.label2.TabIndex = 99;
     this.label2.Text = "Mã tiền tệ";
     //
     // txtbieutuong
     //
     this.txtbieutuong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtbieutuong.Location = new System.Drawing.Point(115, 96);
     this.txtbieutuong.MaxLength = 100;
     this.txtbieutuong.Name = "txtbieutuong";
     this.txtbieutuong.Size = new System.Drawing.Size(180, 20);
     this.txtbieutuong.TabIndex = 2;
     //
     // txttenttl
     //
//.........这里部分代码省略.........
开发者ID:mrk29vn,项目名称:vna-accounting,代码行数:101,代码来源:frmXuly_TienTe.designer.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()
 {
     this.pntop = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rdbtimkiem1 = new System.Windows.Forms.RadioButton();
     this.txttimkiem = new System.Windows.Forms.TextBox();
     this.rdbtimkiem3 = new System.Windows.Forms.RadioButton();
     this.rdbtimkiem2 = new System.Windows.Forms.RadioButton();
     this.lbtenbaocao = new System.Windows.Forms.Label();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslchitiet = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslPdf = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslWord = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslexcel = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslthoat = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dtgvhienthi = new System.Windows.Forms.DataGridView();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.pntop.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgvhienthi)).BeginInit();
     this.SuspendLayout();
     //
     // pntop
     //
     this.pntop.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.pntop.Controls.Add(this.groupBox1);
     this.pntop.Controls.Add(this.lbtenbaocao);
     this.pntop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pntop.Location = new System.Drawing.Point(0, 0);
     this.pntop.Name = "pntop";
     this.pntop.Size = new System.Drawing.Size(594, 94);
     this.pntop.TabIndex = 0;
     this.pntop.DoubleClick += new System.EventHandler(this.pntop_DoubleClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rdbtimkiem1);
     this.groupBox1.Controls.Add(this.txttimkiem);
     this.groupBox1.Controls.Add(this.rdbtimkiem3);
     this.groupBox1.Controls.Add(this.rdbtimkiem2);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.groupBox1.Location = new System.Drawing.Point(0, 40);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(594, 54);
     this.groupBox1.TabIndex = 89;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Tìm kiếm";
     //
     // rdbtimkiem1
     //
     this.rdbtimkiem1.AutoSize = true;
     this.rdbtimkiem1.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbtimkiem1.Location = new System.Drawing.Point(12, 29);
     this.rdbtimkiem1.Name = "rdbtimkiem1";
     this.rdbtimkiem1.Size = new System.Drawing.Size(61, 18);
     this.rdbtimkiem1.TabIndex = 4;
     this.rdbtimkiem1.TabStop = true;
     this.rdbtimkiem1.Text = "Mã kho";
     this.rdbtimkiem1.UseVisualStyleBackColor = true;
     //
     // txttimkiem
     //
     this.txttimkiem.Location = new System.Drawing.Point(211, 26);
     this.txttimkiem.Name = "txttimkiem";
     this.txttimkiem.Size = new System.Drawing.Size(377, 20);
     this.txttimkiem.TabIndex = 3;
     this.txttimkiem.TextChanged += new System.EventHandler(this.txttimkiem_TextChanged);
     //
     // rdbtimkiem3
     //
     this.rdbtimkiem3.AutoSize = true;
     this.rdbtimkiem3.Checked = true;
     this.rdbtimkiem3.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbtimkiem3.Location = new System.Drawing.Point(150, 29);
     this.rdbtimkiem3.Name = "rdbtimkiem3";
     this.rdbtimkiem3.Size = new System.Drawing.Size(55, 18);
     this.rdbtimkiem3.TabIndex = 2;
     this.rdbtimkiem3.TabStop = true;
     this.rdbtimkiem3.Text = "Tất cả";
     this.rdbtimkiem3.UseVisualStyleBackColor = true;
     this.rdbtimkiem3.CheckedChanged += new System.EventHandler(this.rdbtimkiem3_CheckedChanged);
     //
     // rdbtimkiem2
     //
     this.rdbtimkiem2.AutoSize = true;
     this.rdbtimkiem2.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbtimkiem2.Location = new System.Drawing.Point(79, 29);
     this.rdbtimkiem2.Name = "rdbtimkiem2";
     this.rdbtimkiem2.Size = new System.Drawing.Size(65, 18);
     this.rdbtimkiem2.TabIndex = 1;
//.........这里部分代码省略.........
开发者ID:mrk29vn,项目名称:vna-accounting,代码行数:101,代码来源:frmBCMucTonToiThieuToiDa.designer.cs

示例10: 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(SystemMain));
     this.appMainMenu = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.navClose = new System.Windows.Forms.ToolStripMenuItem();
     this.navExit = new System.Windows.Forms.ToolStripMenuItem();
     this.navAdministration = new System.Windows.Forms.ToolStripMenuItem();
     this.navTournamentList = new System.Windows.Forms.ToolStripMenuItem();
     this.navMemberList = new System.Windows.Forms.ToolStripMenuItem();
     this.memberImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.currentFormatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.collegiateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navImportDataWstims = new System.Windows.Forms.ToolStripMenuItem();
     this.navTournament = new System.Windows.Forms.ToolStripMenuItem();
     this.navRegistration = new System.Windows.Forms.ToolStripMenuItem();
     this.navTourRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navDivOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navTeamMngt = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.navOfficialWorkAsgmt = new System.Windows.Forms.ToolStripMenuItem();
     this.navOfficialWorkRecord = new System.Windows.Forms.ToolStripMenuItem();
     this.navBoatUse = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.navMasterScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navMasterSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navEventRunStats = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.navLoadIwwfHomologation = new System.Windows.Forms.ToolStripMenuItem();
     this.navTourPackage = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalom = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomEntry = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navSlalomTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrick = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickCalc = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navLoadVideoFiles = new System.Windows.Forms.ToolStripMenuItem();
     this.navJump = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpEntryVideo3Seg = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpRunningOrder = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpSummaryAwards = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpScorebook = new System.Windows.Forms.ToolStripMenuItem();
     this.navJumpTeamSummary = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.navVideoJumpSetup = new System.Windows.Forms.ToolStripMenuItem();
     this.navMeterSetup = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.navNopsCalculator = new System.Windows.Forms.ToolStripMenuItem();
     this.navListMaintenance = new System.Windows.Forms.ToolStripMenuItem();
     this.navNopsDataMainenance = new System.Windows.Forms.ToolStripMenuItem();
     this.navViewRankingList = new System.Windows.Forms.ToolStripMenuItem();
     this.navTrickListMaint = new System.Windows.Forms.ToolStripMenuItem();
     this.navImportData = new System.Windows.Forms.ToolStripMenuItem();
     this.navMetricTool = new System.Windows.Forms.ToolStripMenuItem();
     this.shrinkDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseToolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navSetDatabase = new System.Windows.Forms.ToolStripMenuItem();
     this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navHelp = new System.Windows.Forms.ToolStripMenuItem();
     this.gettingStartedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.overviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.navHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.mdiStatusMsg = new System.Windows.Forms.ToolStripStatusLabel();
     this.appMainMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // appMainMenu
     //
     this.appMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.navAdministration,
     this.navTournament,
     this.navSlalom,
     this.navTrick,
     this.navJump,
     this.toolStripMenuItem2,
     this.windowToolStripMenuItem,
     this.navHelp});
     this.appMainMenu.Location = new System.Drawing.Point(0, 0);
     this.appMainMenu.MdiWindowListItem = this.windowToolStripMenuItem;
     this.appMainMenu.Name = "appMainMenu";
     this.appMainMenu.Size = new System.Drawing.Size(993, 24);
     this.appMainMenu.TabIndex = 1;
//.........这里部分代码省略.........
开发者ID:WaterskiScoring,项目名称:WaterskiScoringSystem,代码行数:101,代码来源:SystemMain.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.saveButton = new System.Windows.Forms.Button();
            this.firstNameLabel = new System.Windows.Forms.Label();
            this.middleNameLabel = new System.Windows.Forms.Label();
            this.lastNameLabel = new System.Windows.Forms.Label();
            this.phoneNumberLabel = new System.Windows.Forms.Label();
            this.firstNameTextBox = new System.Windows.Forms.TextBox();
            this.middleNameTextBox = new System.Windows.Forms.TextBox();
            this.lastNameTextBox = new System.Windows.Forms.TextBox();
            this.phoneNumberTextBox = new System.Windows.Forms.TextBox();
            this.loadButton = new System.Windows.Forms.Button();
            this.deleteButton = new System.Windows.Forms.Button();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // saveButton
            // 
            this.saveButton.Location = new System.Drawing.Point(16, 147);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(75, 23);
            this.saveButton.TabIndex = 0;
            this.saveButton.Text = "Save";
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.SaveButton_Click);
            // 
            // firstNameLabel
            // 
            this.firstNameLabel.AutoSize = true;
            this.firstNameLabel.Location = new System.Drawing.Point(13, 13);
            this.firstNameLabel.Name = "firstNameLabel";
            this.firstNameLabel.Size = new System.Drawing.Size(57, 13);
            this.firstNameLabel.TabIndex = 1;
            this.firstNameLabel.Text = "First Name";
            // 
            // middleNameLabel
            // 
            this.middleNameLabel.AutoSize = true;
            this.middleNameLabel.Location = new System.Drawing.Point(13, 43);
            this.middleNameLabel.Name = "middleNameLabel";
            this.middleNameLabel.Size = new System.Drawing.Size(69, 13);
            this.middleNameLabel.TabIndex = 2;
            this.middleNameLabel.Text = "Middle Name";
            // 
            // lastNameLabel
            // 
            this.lastNameLabel.AutoSize = true;
            this.lastNameLabel.Location = new System.Drawing.Point(13, 79);
            this.lastNameLabel.Name = "lastNameLabel";
            this.lastNameLabel.Size = new System.Drawing.Size(58, 13);
            this.lastNameLabel.TabIndex = 3;
            this.lastNameLabel.Text = "Last Name";
            // 
            // phoneNumberLabel
            // 
            this.phoneNumberLabel.AutoSize = true;
            this.phoneNumberLabel.Location = new System.Drawing.Point(13, 109);
            this.phoneNumberLabel.Name = "phoneNumberLabel";
            this.phoneNumberLabel.Size = new System.Drawing.Size(78, 13);
            this.phoneNumberLabel.TabIndex = 4;
            this.phoneNumberLabel.Text = "Phone Number";
            // 
            // firstNameTextBox
            // 
            this.firstNameTextBox.Location = new System.Drawing.Point(123, 13);
            this.firstNameTextBox.Name = "firstNameTextBox";
            this.firstNameTextBox.Size = new System.Drawing.Size(157, 20);
            this.firstNameTextBox.TabIndex = 5;
            // 
            // middleNameTextBox
            // 
            this.middleNameTextBox.Location = new System.Drawing.Point(123, 43);
            this.middleNameTextBox.Name = "middleNameTextBox";
            this.middleNameTextBox.Size = new System.Drawing.Size(157, 20);
            this.middleNameTextBox.TabIndex = 6;
            // 
            // lastNameTextBox
            // 
            this.lastNameTextBox.Location = new System.Drawing.Point(123, 79);
            this.lastNameTextBox.Name = "lastNameTextBox";
            this.lastNameTextBox.Size = new System.Drawing.Size(157, 20);
            this.lastNameTextBox.TabIndex = 7;
            // 
            // phoneNumberTextBox
            // 
            this.phoneNumberTextBox.Location = new System.Drawing.Point(123, 109);
            this.phoneNumberTextBox.Name = "phoneNumberTextBox";
            this.phoneNumberTextBox.Size = new System.Drawing.Size(157, 20);
            this.phoneNumberTextBox.TabIndex = 8;
            // 
            // loadButton
            // 
            this.loadButton.Location = new System.Drawing.Point(112, 147);
            this.loadButton.Name = "loadButton";
//.........这里部分代码省略.........
开发者ID:theoju,项目名称:CleanCode,代码行数:101,代码来源:SingleContactManagerForm.Designer.cs

示例12: InitializeComponent

		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.MainMenu1 = new System.Windows.Forms.MenuStrip();
			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCustomer = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuProviders = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSales = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuDatabase = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_0 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_1 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_2 = new System.Windows.Forms.ToolStripSeparator();
			this._mnuDataAction_3 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuClear_0 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuClear_1 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuClear_2 = new System.Windows.Forms.ToolStripSeparator();
			this._mnuClear_3 = new System.Windows.Forms.ToolStripMenuItem();
			this._mnuDataAction_4 = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuReports = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuReport = new System.Windows.Forms.ToolStripMenuItem();
			this._lExit_1 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOrders = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCreateOrderRequest = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOrderRequestsApproval = new System.Windows.Forms.ToolStripMenuItem();
			this.lExit2 = new System.Windows.Forms.ToolStripSeparator();
			this.mnuCreateOrderReception = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOrderReceptionsApproval = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuMainInventory = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAddStockManually = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAdjustStockManually = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAccounts = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuProducts = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCategories = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuSecurity = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuViewHelp = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
			this.sbStatusBar = new System.Windows.Forms.StatusStrip();
			this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this._sbStatusBar_Panel2 = new System.Windows.Forms.ToolStripStatusLabel();
			this._sbStatusBar_Panel3 = new System.Windows.Forms.ToolStripStatusLabel();
			this.sbStatusBar.SuspendLayout();
			this.SuspendLayout();
			// 
			// MainMenu1
			// 
			this.MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuFile, this.mnuOrders, this.mnuMainInventory, this.mnuAccounts, this.mnuHelp});
			// 
			// mnuFile
			// 
			this.mnuFile.Available = true;
			this.mnuFile.Checked = false;
			this.mnuFile.Enabled = true;
			this.mnuFile.MergeAction = System.Windows.Forms.MergeAction.Remove;
			this.mnuFile.Name = "mnuFile";
			this.mnuFile.Text = "&File";
			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this.mnuCustomer, this.mnuProviders, this.mnuSales, this.mnuDatabase, this.mnuReports, this._lExit_1, this.mnuExit});
			// 
			// mnuCustomer
			// 
			this.mnuCustomer.Available = true;
			this.mnuCustomer.Checked = false;
			this.mnuCustomer.Enabled = true;
			this.mnuCustomer.Name = "mnuCustomer";
			this.mnuCustomer.Text = "&Manage Customers";
			this.mnuCustomer.Click += new System.EventHandler(this.mnuCustomer_Click);
			// 
			// mnuProviders
			// 
			this.mnuProviders.Available = true;
			this.mnuProviders.Checked = false;
			this.mnuProviders.Enabled = true;
			this.mnuProviders.Name = "mnuProviders";
			this.mnuProviders.Text = "Manage Su&ppliers ";
			this.mnuProviders.Click += new System.EventHandler(this.mnuProviders_Click);
			// 
			// mnuSales
			// 
			this.mnuSales.Available = true;
			this.mnuSales.Checked = false;
			this.mnuSales.Enabled = true;
			this.mnuSales.Name = "mnuSales";
			this.mnuSales.Text = "&Sales";
			// 
			// mnuDatabase
			// 
			this.mnuDatabase.Available = false;
			this.mnuDatabase.Checked = false;
			this.mnuDatabase.Enabled = true;
			this.mnuDatabase.Name = "mnuDatabase";
			this.mnuDatabase.Text = "&Database";
			this.mnuDatabase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]{this._mnuDataAction_0, this._mnuDataAction_1, this._mnuDataAction_2, this._mnuDataAction_3, this._mnuDataAction_4});
			// 
			// _mnuDataAction_0
			// 
			this._mnuDataAction_0.Available = true;
			this._mnuDataAction_0.Checked = false;
//.........这里部分代码省略.........
开发者ID:WebMAPTestUser,项目名称:SKS,代码行数:101,代码来源:frmMain.Designer.cs

示例13: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.messageToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.descriptionToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.principalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ativarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.desativarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.sobreACBrNETToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.sairToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.variáveisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.equipamentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.estadoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dataHoraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.numECFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.numLojaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.numSérieToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.numVersãoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cNPJToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.iEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pAFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dadosReduçãoZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dadosUltimaReduçãoZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lerTodasAsVariáveisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.relatóriosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.leituraXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.reToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.leituraMemóriaFiscalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.leituraMemóriaFiscalSerialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cupomFiscalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testaCupomFiscalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.utilitariosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.identificaPAFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.ecfTabPage = new System.Windows.Forms.TabPage();
     this.velocidadeComboBox = new System.Windows.Forms.ComboBox();
     this.velocidadeLabel = new System.Windows.Forms.Label();
     this.descricaoCheckBox = new System.Windows.Forms.CheckBox();
     this.gavetaCheckBox = new System.Windows.Forms.CheckBox();
     this.intervaloNumericUpDown = new System.Windows.Forms.NumericUpDown();
     this.intervaloLabel = new System.Windows.Forms.Label();
     this.timeOutNumericUpDown = new System.Windows.Forms.NumericUpDown();
     this.portaComboBox = new System.Windows.Forms.ComboBox();
     this.modeloComboBox = new System.Windows.Forms.ComboBox();
     this.timeOutLabel = new System.Windows.Forms.Label();
     this.portaLabel = new System.Windows.Forms.Label();
     this.modeloLabel = new System.Windows.Forms.Label();
     this.cmdTabPage = new System.Windows.Forms.TabPage();
     this.respListBox = new System.Windows.Forms.ListBox();
     this.ativarCheckButton = new System.Windows.Forms.CheckBox();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.ecfTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.intervaloNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeOutNumericUpDown)).BeginInit();
     this.cmdTabPage.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.messageToolStripStatusLabel,
     this.descriptionToolStripStatusLabel});
     this.statusStrip1.Location = new System.Drawing.Point(0, 336);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(535, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // messageToolStripStatusLabel
     //
     this.messageToolStripStatusLabel.AutoSize = false;
     this.messageToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.messageToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.messageToolStripStatusLabel.Name = "messageToolStripStatusLabel";
     this.messageToolStripStatusLabel.Size = new System.Drawing.Size(150, 17);
     this.messageToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // descriptionToolStripStatusLabel
     //
     this.descriptionToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.descriptionToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.descriptionToolStripStatusLabel.Name = "descriptionToolStripStatusLabel";
     this.descriptionToolStripStatusLabel.Size = new System.Drawing.Size(370, 17);
     this.descriptionToolStripStatusLabel.Spring = true;
     this.descriptionToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
//.........这里部分代码省略.........
开发者ID:Gleyber,项目名称:SIGAC,代码行数:101,代码来源:MainForm.designer.cs

示例14: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.txtGhiChu = new System.Windows.Forms.TextBox();
     this.txtTenLoaiHang = new System.Windows.Forms.TextBox();
     this.txtMaLoaiHang = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.tssThem = new System.Windows.Forms.ToolStripStatusLabel();
     this.tssSua = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tssDong = new System.Windows.Forms.ToolStripStatusLabel();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(442, 321);
     this.tabControl1.TabIndex = 25;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.txtGhiChu);
     this.tabPage1.Controls.Add(this.txtTenLoaiHang);
     this.tabPage1.Controls.Add(this.txtMaLoaiHang);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(434, 295);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Thông tin loại hàng hóa";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // txtGhiChu
     //
     this.txtGhiChu.Location = new System.Drawing.Point(93, 104);
     this.txtGhiChu.Multiline = true;
     this.txtGhiChu.Name = "txtGhiChu";
     this.txtGhiChu.Size = new System.Drawing.Size(275, 128);
     this.txtGhiChu.TabIndex = 5;
     //
     // txtTenLoaiHang
     //
     this.txtTenLoaiHang.Location = new System.Drawing.Point(93, 71);
     this.txtTenLoaiHang.Name = "txtTenLoaiHang";
     this.txtTenLoaiHang.Size = new System.Drawing.Size(275, 20);
     this.txtTenLoaiHang.TabIndex = 4;
     //
     // txtMaLoaiHang
     //
     this.txtMaLoaiHang.Location = new System.Drawing.Point(93, 45);
     this.txtMaLoaiHang.Name = "txtMaLoaiHang";
     this.txtMaLoaiHang.Size = new System.Drawing.Size(275, 20);
     this.txtMaLoaiHang.TabIndex = 3;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(40, 107);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(47, 13);
     this.label13.TabIndex = 2;
     this.label13.Text = "Ghi chú:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 74);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(75, 13);
     this.label3.TabIndex = 1;
     this.label3.Text = "Tên loại hàng:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(75, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Mã Loại hàng:";
     //
     // statusStrip2
//.........这里部分代码省略.........
开发者ID:mrk29vn,项目名称:vna-accounting,代码行数:101,代码来源:frmThemloaihanghoa.designer.cs

示例15: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCrawlerNew));
     this.btnContrary = new System.Windows.Forms.Button();
     this.btnAll = new System.Windows.Forms.Button();
     this.makeWord = new System.Windows.Forms.Button();
     this.btnUpdate = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.listDoc = new System.Windows.Forms.ListView();
     this.labPageAll = new System.Windows.Forms.Label();
     this.btnPageDown = new System.Windows.Forms.Button();
     this.btnPageUp = new System.Windows.Forms.Button();
     this.txtPageNow = new System.Windows.Forms.TextBox();
     this.labPage = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cmbCol = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnMax = new System.Windows.Forms.Button();
     this.btnMin = new System.Windows.Forms.Button();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.groupBox1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnContrary
     //
     this.btnContrary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnContrary.BackColor = System.Drawing.Color.Transparent;
     this.btnContrary.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnContrary.Location = new System.Drawing.Point(74, 401);
     this.btnContrary.Name = "btnContrary";
     this.btnContrary.Size = new System.Drawing.Size(56, 25);
     this.btnContrary.TabIndex = 40;
     this.btnContrary.Text = "反选";
     this.btnContrary.UseVisualStyleBackColor = false;
     this.btnContrary.Click += new System.EventHandler(this.btnContrary_Click);
     //
     // btnAll
     //
     this.btnAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAll.BackColor = System.Drawing.Color.Transparent;
     this.btnAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAll.Location = new System.Drawing.Point(8, 401);
     this.btnAll.Name = "btnAll";
     this.btnAll.Size = new System.Drawing.Size(60, 25);
     this.btnAll.TabIndex = 39;
     this.btnAll.Text = "全选";
     this.btnAll.UseVisualStyleBackColor = false;
     this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
     //
     // makeWord
     //
     this.makeWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.makeWord.BackColor = System.Drawing.Color.Transparent;
     this.makeWord.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.makeWord.Location = new System.Drawing.Point(670, 401);
     this.makeWord.Name = "makeWord";
     this.makeWord.Size = new System.Drawing.Size(100, 25);
     this.makeWord.TabIndex = 38;
     this.makeWord.Text = "生成Word文档";
     this.makeWord.UseVisualStyleBackColor = false;
     this.makeWord.Click += new System.EventHandler(this.makeWord_Click);
     //
     // btnUpdate
     //
     this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
     this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnUpdate.Location = new System.Drawing.Point(213, 20);
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.Size = new System.Drawing.Size(100, 27);
     this.btnUpdate.TabIndex = 0;
     this.btnUpdate.Text = "更新公文列表";
     this.btnUpdate.UseVisualStyleBackColor = false;
     this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 27);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 28;
     this.label2.Text = "栏目:";
     //
     // listDoc
     //
     this.listDoc.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.listDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listDoc.CheckBoxes = true;
     this.listDoc.FullRowSelect = true;
     this.listDoc.Location = new System.Drawing.Point(8, 53);
//.........这里部分代码省略.........
开发者ID:NaturalWill,项目名称:DMS,代码行数:101,代码来源:frmCrawlerNew.designer.cs


注:本文中的System.Windows.Forms.StatusStrip类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。