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

C# Forms.StatusStrip类代码示例

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

本文整理汇总了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类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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.F 

鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
C# Forms.TabControl类代码示例发布时间:2022-05-24
下一篇:
C# Forms.SplitContainer类代码示例发布时间: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