本文整理汇总了C#中System.ComponentModel.ComponentResourceManager.GetObject方法的典型用法代码示例。如果您正苦于以下问题:C# System.ComponentModel.ComponentResourceManager.GetObject方法的具体用法?C# System.ComponentModel.ComponentResourceManager.GetObject怎么用?C# System.ComponentModel.ComponentResourceManager.GetObject使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.ComponentModel.ComponentResourceManager
的用法示例。
在下文中一共展示了System.ComponentModel.ComponentResourceManager.GetObject方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TutorialForm));
this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
this.SuspendLayout();
//
// axWindowsMediaPlayer1
//
this.axWindowsMediaPlayer1.Enabled = true;
this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(437, 315);
this.axWindowsMediaPlayer1.TabIndex = 0;
//
// TutorialForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(437, 313);
this.Controls.Add(this.axWindowsMediaPlayer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "TutorialForm";
this.Text = "Tutorial";
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
this.ResumeLayout(false);
}
示例2: 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(frmFornecedor));
this.tPageEndereco.SuspendLayout();
this.gbTipoEndereco.SuspendLayout();
this.tPageCanalComunic.SuspendLayout();
this.Tabs.SuspendLayout();
this.TabDetalhe.SuspendLayout();
this.SuspendLayout();
//
// frmFornecedor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CanaisComunicacao = ((System.Collections.Generic.IList<OpenPOS.Model.Cadastro.Pessoa.ICanalComunicacao>)(resources.GetObject("$this.CanaisComunicacao")));
this.ClientSize = new System.Drawing.Size(994, 722);
this.Enderecos = ((System.Collections.Generic.IList<OpenPOS.Model.Cadastro.Pessoa.IEndereco>)(resources.GetObject("$this.Enderecos")));
this.Name = "frmFornecedor";
this.Text = "Cadastro de Fornecedor";
this.tPageEndereco.ResumeLayout(false);
this.tPageEndereco.PerformLayout();
this.gbTipoEndereco.ResumeLayout(false);
this.gbTipoEndereco.PerformLayout();
this.tPageCanalComunic.ResumeLayout(false);
this.tPageCanalComunic.PerformLayout();
this.Tabs.ResumeLayout(false);
this.TabDetalhe.ResumeLayout(false);
this.TabDetalhe.PerformLayout();
this.ResumeLayout(false);
}
示例3: 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(ToolbarIcon));
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.SuspendLayout();
//
// notifyIcon
//
this.notifyIcon.BalloonTipText = "Click for menu";
this.notifyIcon.BalloonTipTitle = "Antumbra|Glow";
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "Antumbra|Glow";
this.notifyIcon.Visible = true;
this.notifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseClick);
//
// ToolbarIconController
//
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(5, 5);
this.ControlBox = false;
this.Enabled = false;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "ToolbarIconController";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.ResumeLayout(false);
}
示例4: 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(PreviewForm));
this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
this.SuspendLayout();
//
// axWindowsMediaPlayer1
//
this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.axWindowsMediaPlayer1.Enabled = true;
this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(640, 480);
this.axWindowsMediaPlayer1.TabIndex = 0;
//
// PreviewForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(640, 480);
this.Controls.Add(this.axWindowsMediaPlayer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "PreviewForm";
this.Text = "Preview";
this.Load += new System.EventHandler(this.Form2_Load);
this.SizeChanged += new System.EventHandler(this.Form2_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.submit = new System.Windows.Forms.Button();
this.boxYzm = new System.Windows.Forms.TextBox();
this.imgYzm = new System.Windows.Forms.PictureBox();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
((System.ComponentModel.ISupportInitialize)(this.imgYzm)).BeginInit();
this.SuspendLayout();
//
// submit
//
this.submit.Location = new System.Drawing.Point(29, 158);
this.submit.Name = "submit";
this.submit.Size = new System.Drawing.Size(142, 49);
this.submit.TabIndex = 0;
this.submit.Text = "登录";
this.submit.UseVisualStyleBackColor = true;
this.submit.Click += new System.EventHandler(this.submit_Click);
//
// boxYzm
//
this.boxYzm.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.boxYzm.Location = new System.Drawing.Point(21, 113);
this.boxYzm.Name = "boxYzm";
this.boxYzm.Size = new System.Drawing.Size(159, 21);
this.boxYzm.TabIndex = 1;
//
// imgYzm
//
this.imgYzm.Location = new System.Drawing.Point(21, 24);
this.imgYzm.Name = "imgYzm";
this.imgYzm.Size = new System.Drawing.Size(159, 65);
this.imgYzm.TabIndex = 2;
this.imgYzm.TabStop = false;
//
// notifyIcon
//
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "Neko";
this.notifyIcon.Visible = true;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(205, 228);
this.Controls.Add(this.imgYzm);
this.Controls.Add(this.boxYzm);
this.Controls.Add(this.submit);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.ShowIcon = false;
this.Text = "Neko";
((System.ComponentModel.ISupportInitialize)(this.imgYzm)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例6: InitializeComponent
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QrForm));
this.myQrCodeImg = new Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeImgControl();
this.txtText = new System.Windows.Forms.TextBox();
this.myNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
((System.ComponentModel.ISupportInitialize)(this.myQrCodeImg)).BeginInit();
this.SuspendLayout();
//
// myQrCodeImg
//
this.myQrCodeImg.ErrorCorrectLevel = Gma.QrCodeNet.Encoding.ErrorCorrectionLevel.M;
this.myQrCodeImg.Image = ((System.Drawing.Image)(resources.GetObject("myQrCodeImg.Image")));
this.myQrCodeImg.Location = new System.Drawing.Point(12, 97);
this.myQrCodeImg.Margin = new System.Windows.Forms.Padding(3, 3, 3, 13);
this.myQrCodeImg.Name = "myQrCodeImg";
this.myQrCodeImg.QuietZoneModule = Gma.QrCodeNet.Encoding.Windows.Render.QuietZoneModules.Zero;
this.myQrCodeImg.Size = new System.Drawing.Size(50, 50);
this.myQrCodeImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.myQrCodeImg.TabIndex = 0;
this.myQrCodeImg.TabStop = false;
this.myQrCodeImg.Text = "qrCodeImgControl1";
//
// txtText
//
this.txtText.Location = new System.Drawing.Point(12, 12);
this.txtText.Multiline = true;
this.txtText.Name = "txtText";
this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtText.Size = new System.Drawing.Size(260, 79);
this.txtText.TabIndex = 1;
this.txtText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtText_KeyDown);
//
// myNotifyIcon
//
this.myNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("myNotifyIcon.Icon")));
this.myNotifyIcon.Text = "黏贴板二维码";
this.myNotifyIcon.Visible = true;
this.myNotifyIcon.DoubleClick += new System.EventHandler(this.myNotifyIcon_DoubleClick);
//
// QrForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(284, 152);
this.Controls.Add(this.txtText);
this.Controls.Add(this.myQrCodeImg);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "QrForm";
this.Text = "黏贴板二维码(金浩侠)";
this.Load += new System.EventHandler(this.QrForm_Load);
this.SizeChanged += new System.EventHandler(this.QrForm_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.myQrCodeImg)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例7: 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(Form1));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.InitialImage = null;
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(268, 242);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
示例8: 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 (CenterButtonToDockFill));
this._fillImage = new System.Windows.Forms.PictureBox ();
((System.ComponentModel.ISupportInitialize)(this._fillImage)).BeginInit ();
this.SuspendLayout ();
//
// _fillImage
//
this._fillImage.Image = ((System.Drawing.Image)(resources.GetObject ("_fillImage.Image")));
this._fillImage.Location = new System.Drawing.Point (9, 9);
this._fillImage.Name = "_fillImage";
this._fillImage.Size = new System.Drawing.Size (24, 24);
this._fillImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this._fillImage.TabIndex = 0;
this._fillImage.TabStop = false;
//
// CenterButtonToDockFill
//
this.BackColor = System.Drawing.Color.FromArgb (((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject ("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size (42, 42);
this.Controls.Add (this._fillImage);
((System.ComponentModel.ISupportInitialize)(this._fillImage)).EndInit ();
this.ResumeLayout (false);
this.PerformLayout ();
}
示例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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NativeContainer));
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.SuspendLayout();
//
// notifyIcon1
//
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "PortalKit";
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
//
// NativeContainer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 242);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "NativeContainer";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "DevelopmentToolkit";
this.Resize += new System.EventHandler(this.NativeContainer_Resize);
this.ResumeLayout(false);
}
示例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(AnalogLedControl));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
this.pictureBox1.Location = new System.Drawing.Point(1, -2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(338, 766);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
// AnalogLedControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(339, 757);
this.Controls.Add(this.pictureBox1);
this.Name = "AnalogLedControl";
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AnalogLedControl_FormClosing);
this.Load += new System.EventHandler(this.AnalogLedControl_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例11: 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(FormGameOver));
this.pBmort = new System.Windows.Forms.PictureBox();
this.bnOk = new System.Windows.Forms.Button();
this.labelScore = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pBmort)).BeginInit();
this.SuspendLayout();
//
// pBmort
//
this.pBmort.Image = ((System.Drawing.Image)(resources.GetObject("pBmort.Image")));
this.pBmort.InitialImage = ((System.Drawing.Image)(resources.GetObject("pBmort.InitialImage")));
this.pBmort.Location = new System.Drawing.Point(-7, -18);
this.pBmort.Name = "pBmort";
this.pBmort.Size = new System.Drawing.Size(496, 382);
this.pBmort.TabIndex = 0;
this.pBmort.TabStop = false;
//
// bnOk
//
this.bnOk.Font = new System.Drawing.Font("QuickExpress", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.bnOk.Location = new System.Drawing.Point(178, 266);
this.bnOk.Name = "bnOk";
this.bnOk.Size = new System.Drawing.Size(112, 40);
this.bnOk.TabIndex = 1;
this.bnOk.Text = "OK";
this.bnOk.UseVisualStyleBackColor = true;
this.bnOk.Click += new System.EventHandler(this.bnOk_Click);
//
// labelScore
//
this.labelScore.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelScore.AutoSize = true;
this.labelScore.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.labelScore.ForeColor = System.Drawing.Color.Snow;
this.labelScore.Location = new System.Drawing.Point(209, 212);
this.labelScore.Name = "labelScore";
this.labelScore.Size = new System.Drawing.Size(53, 13);
this.labelScore.TabIndex = 2;
this.labelScore.Text = "Score : 0";
//
// FormGameOver
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 362);
this.Controls.Add(this.labelScore);
this.Controls.Add(this.bnOk);
this.Controls.Add(this.pBmort);
this.MaximumSize = new System.Drawing.Size(500, 400);
this.MinimumSize = new System.Drawing.Size(500, 400);
this.Name = "FormGameOver";
this.Text = "GameOver";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormGameOver_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pBmort)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例12: InitializeComponent
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ArgbColorDialog));
CutoutPro.Winforms.ColorDialogSettings colorDialogSettings1 = new CutoutPro.Winforms.ColorDialogSettings();
this.argbColorControl1 = new CutoutPro.Winforms.ArgbColorControl();
this.previewColor = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// argbColorControl1
//
this.argbColorControl1.AlphaBuffer = ((System.Drawing.Bitmap)(resources.GetObject("argbColorControl1.AlphaBuffer")));
this.argbColorControl1.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.argbColorControl1.BackColor = System.Drawing.Color.WhiteSmoke;
this.argbColorControl1.BrightnessBuffer = ((System.Drawing.Bitmap)(resources.GetObject("argbColorControl1.BrightnessBuffer")));
this.argbColorControl1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.argbColorControl1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.argbColorControl1.HsvBuffer = ((System.Drawing.Bitmap)(resources.GetObject("argbColorControl1.HsvBuffer")));
this.argbColorControl1.Location = new System.Drawing.Point(0, 0);
this.argbColorControl1.Name = "argbColorControl1";
this.argbColorControl1.SendColorCodeChanged = true;
colorDialogSettings1.AlphaValue = 1F;
colorDialogSettings1.Brightness = 0F;
colorDialogSettings1.Hue = 0F;
colorDialogSettings1.Saturation = 0F;
this.argbColorControl1.Settings = colorDialogSettings1;
this.argbColorControl1.Size = new System.Drawing.Size(362, 193);
this.argbColorControl1.TabIndex = 0;
this.argbColorControl1.SelectedColorChanged += new System.EventHandler(this.ArgbColorControl1SelectedColorChanged);
//
// previewColor
//
this.previewColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.previewColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.previewColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.previewColor.Location = new System.Drawing.Point(6, 196);
this.previewColor.Name = "previewColor";
this.previewColor.Size = new System.Drawing.Size(350, 33);
this.previewColor.TabIndex = 1;
this.previewColor.Text = "Done";
this.previewColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.previewColor.BackColorChanged += new System.EventHandler(this.PreviewColorBackColorChanged);
this.previewColor.Click += new System.EventHandler(this.PreviewColorClick);
//
// ArgbColorDialog
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(361, 237);
this.Controls.Add(this.previewColor);
this.Controls.Add(this.argbColorControl1);
this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "ArgbColorDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Select Color";
this.ResumeLayout(false);
}
示例13: 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(SizableForm));
this.seSkin = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
this.SuspendLayout();
//
// seSkin
//
this.seSkin.SerialNumber = "";
this.seSkin.SkinFile = null;
this.seSkin.SkinStreamMain = ((System.IO.Stream)(resources.GetObject("seSkin.SkinStreamMain")));
//
// SizableForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(371, 322);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SizableForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SizableForm";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SizableForm1_FormClosed);
this.ResumeLayout(false);
}
示例14: InitializeComponent
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Load));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
//
// Load
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(700, 210);
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Load";
this.Opacity = 0.95D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Load";
this.TransparencyKey = System.Drawing.Color.Transparent;
this.UseWaitCursor = true;
this.Load += new System.EventHandler(this.LoadLoad);
this.ResumeLayout(false);
}
示例15: 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(Instructions));
this.BackButton = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.BackButton)).BeginInit();
this.SuspendLayout();
//
// BackButton
//
this.BackButton.BackColor = System.Drawing.Color.Transparent;
this.BackButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BackButton.BackgroundImage")));
this.BackButton.Location = new System.Drawing.Point(130, 628);
this.BackButton.Name = "BackButton";
this.BackButton.Size = new System.Drawing.Size(100, 50);
this.BackButton.TabIndex = 0;
this.BackButton.TabStop = false;
this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
//
// Instructions
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(1000, 704);
this.Controls.Add(this.BackButton);
this.Name = "Instructions";
this.Text = "Instructions";
((System.ComponentModel.ISupportInitialize)(this.BackButton)).EndInit();
this.ResumeLayout(false);
}