123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- namespace OTSIncAReportGB
- {
- partial class DINStandardABCDDS
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.comboBox_InitialRatingLevel = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.Gview_gz = new System.Windows.Forms.DataGridView();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.panel1.Controls.Add(this.comboBox_InitialRatingLevel);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.Gview_gz);
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1326, 775);
- this.panel1.TabIndex = 12;
- //
- // comboBox_InitialRatingLevel
- //
- this.comboBox_InitialRatingLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_InitialRatingLevel.FormattingEnabled = true;
- this.comboBox_InitialRatingLevel.Location = new System.Drawing.Point(68, 7);
- this.comboBox_InitialRatingLevel.Name = "comboBox_InitialRatingLevel";
- this.comboBox_InitialRatingLevel.Size = new System.Drawing.Size(102, 20);
- this.comboBox_InitialRatingLevel.TabIndex = 15;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(3, 10);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 14;
- this.label2.Text = "起评级别:";
- //
- // Gview_gz
- //
- this.Gview_gz.AllowUserToAddRows = false;
- this.Gview_gz.AllowUserToDeleteRows = false;
- this.Gview_gz.AllowUserToResizeRows = false;
- this.Gview_gz.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
- this.Gview_gz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.Gview_gz.Location = new System.Drawing.Point(0, 32);
- this.Gview_gz.Margin = new System.Windows.Forms.Padding(2);
- this.Gview_gz.Name = "Gview_gz";
- this.Gview_gz.ReadOnly = true;
- this.Gview_gz.RowHeadersVisible = false;
- this.Gview_gz.RowHeadersWidth = 40;
- this.Gview_gz.RowTemplate.Height = 30;
- this.Gview_gz.Size = new System.Drawing.Size(1324, 741);
- this.Gview_gz.TabIndex = 13;
- //
- // DINStandardABCDDS
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "DINStandardABCDDS";
- this.Size = new System.Drawing.Size(1328, 777);
- this.Load += new System.EventHandler(this.DINStandardABCDDS_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- public System.Windows.Forms.DataGridView Gview_gz;
- private System.Windows.Forms.ComboBox comboBox_InitialRatingLevel;
- private System.Windows.Forms.Label label2;
- }
- }
|