123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- namespace centralController
- {
- partial class FormAboutUs
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.lbx_aboutUs = new DevComponents.DotNetBar.LabelX();
- this.btnx_close = new DevComponents.DotNetBar.ButtonX();
- this.pb_icon = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pb_icon)).BeginInit();
- this.SuspendLayout();
- //
- // lbx_aboutUs
- //
- this.lbx_aboutUs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.lbx_aboutUs.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- //
- //
- //
- this.lbx_aboutUs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_aboutUs.ForeColor = System.Drawing.Color.Black;
- this.lbx_aboutUs.Location = new System.Drawing.Point(-10, 146);
- this.lbx_aboutUs.Name = "lbx_aboutUs";
- this.lbx_aboutUs.Size = new System.Drawing.Size(350, 135);
- this.lbx_aboutUs.TabIndex = 3;
- this.lbx_aboutUs.Text = "sample";
- this.lbx_aboutUs.TextAlignment = System.Drawing.StringAlignment.Center;
- this.lbx_aboutUs.TextLineAlignment = System.Drawing.StringAlignment.Near;
- //
- // btnx_close
- //
- this.btnx_close.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnx_close.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnx_close.Location = new System.Drawing.Point(127, 298);
- this.btnx_close.Name = "btnx_close";
- this.btnx_close.Size = new System.Drawing.Size(75, 23);
- this.btnx_close.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.btnx_close.TabIndex = 2;
- this.btnx_close.Text = "关闭";
- this.btnx_close.Click += new System.EventHandler(this.btnx_close_Click);
- //
- // pb_icon
- //
- this.pb_icon.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.pb_icon.BackgroundImage = global::centralController.Properties.Resources.icon;
- this.pb_icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pb_icon.Location = new System.Drawing.Point(103, 12);
- this.pb_icon.Name = "pb_icon";
- this.pb_icon.Size = new System.Drawing.Size(129, 128);
- this.pb_icon.TabIndex = 4;
- this.pb_icon.TabStop = false;
- //
- // FormAboutUs
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.ClientSize = new System.Drawing.Size(330, 334);
- this.Controls.Add(this.pb_icon);
- this.Controls.Add(this.lbx_aboutUs);
- this.Controls.Add(this.btnx_close);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Name = "FormAboutUs";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "关于我们";
- ((System.ComponentModel.ISupportInitialize)(this.pb_icon)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.LabelX lbx_aboutUs;
- private DevComponents.DotNetBar.ButtonX btnx_close;
- private System.Windows.Forms.PictureBox pb_icon;
- }
- }
|